[node-patches] Change in ovirt-node[master]: tui: Change highglighted column color in tables

fabiand at fedoraproject.org fabiand at fedoraproject.org
Tue Feb 19 13:02:27 UTC 2013


Fabian Deutsch has uploaded a new change for review.

Change subject: tui: Change highglighted column color in tables
......................................................................

tui: Change highglighted column color in tables

Change-Id: Ia3c331b78e132c3c2ae85f142d752821f4604831
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M scripts/tui/src/ovirt/node/ui/urwid_builder.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/01/12201/1

diff --git a/scripts/tui/src/ovirt/node/ui/urwid_builder.py b/scripts/tui/src/ovirt/node/ui/urwid_builder.py
index 36657d9..66088b4 100644
--- a/scripts/tui/src/ovirt/node/ui/urwid_builder.py
+++ b/scripts/tui/src/ovirt/node/ui/urwid_builder.py
@@ -360,7 +360,7 @@
                ('table.label', element_styles["label"]),
                ('table.header', element_styles["label"] + ", standout"),
                ('table.entry', element_styles["text"]),
-               ('table.entry:focus', 'white', 'light blue'),
+               ('table.entry:focus', None, 'dark blue'),
                ('main.menu', 'black'),
                ('main.menu.frame', element_styles["text"]),
                ('notice', 'light red'),


--
To view, visit http://gerrit.ovirt.org/12201
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia3c331b78e132c3c2ae85f142d752821f4604831
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Fabian Deutsch <fabiand at fedoraproject.org>



More information about the node-patches mailing list