summaryrefslogtreecommitdiff
path: root/virtManager/device/addstorage.py
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2020-02-01 17:16:45 -0500
committerCole Robinson <crobinso@redhat.com>2020-02-03 07:05:11 -0500
commit67ef81895e925b8ec58e8b5f59e348baa12ce640 (patch)
treefc1a314b0281a05cf73c1d75e0506ee761bc09cc /virtManager/device/addstorage.py
parent1ad470c021ddabf549a94ae21ec08e4c78c49797 (diff)
downloadvirt-manager-67ef81895e925b8ec58e8b5f59e348baa12ce640.tar.gz
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>
Diffstat (limited to 'virtManager/device/addstorage.py')
-rw-r--r--virtManager/device/addstorage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/virtManager/device/addstorage.py b/virtManager/device/addstorage.py
index 55b1a13b..6b03f665 100644
--- a/virtManager/device/addstorage.py
+++ b/virtManager/device/addstorage.py
@@ -64,7 +64,7 @@ class vmmAddStorage(vmmGObjectUI):
hd_label = (_("%s available in the default location") %
pretty_storage(max_storage))
- hd_label = ("<span color='#484848'>%s</span>" % hd_label)
+ hd_label = ("<span>%s</span>" % hd_label)
widget.set_markup(hd_label)