mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
manager: Don't hardcode black text color
Improves readability on dark theme Resolves: #52 Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
parent
d6d97c6587
commit
aadaaf8785
@ -593,7 +593,7 @@ class vmmManager(vmmGObjectUI):
|
||||
return markup
|
||||
|
||||
def _build_conn_color(self, conn):
|
||||
color = "#000000"
|
||||
color = None
|
||||
if conn.is_disconnected():
|
||||
color = "#5b5b5b"
|
||||
return color
|
||||
|
Loading…
Reference in New Issue
Block a user