mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
virtManager: Convert to CSS for most color usage
* Add CSS data in config.py and install it * Strip out all hardcoded colors and use style class annotations * Fix colors to be more theme appropriate to fix dark theme look Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
@@ -51,7 +51,7 @@ def _get_pool_size_percent(pool):
|
||||
per = 0
|
||||
else:
|
||||
per = int(((float(alloc) / float(cap)) * 100))
|
||||
return "<span size='small' color='#484848'>%s%%</span>" % int(per)
|
||||
return "<span size='small'>%s%%</span>" % int(per)
|
||||
|
||||
|
||||
class vmmHostStorage(vmmGObjectUI):
|
||||
|
||||
Reference in New Issue
Block a user