summaryrefslogtreecommitdiff
path: root/virtManager/device/addstorage.py
diff options
context:
space:
mode:
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)