From e0cb5caef21243cf045cecc25ed064869d1594d4 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Mon, 27 Jan 2014 14:55:56 -0800 Subject: UI appearance tweaks. --- ZeroTierUI/stylesheet.css | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'ZeroTierUI/stylesheet.css') diff --git a/ZeroTierUI/stylesheet.css b/ZeroTierUI/stylesheet.css index c8764ea2..9639f2b5 100644 --- a/ZeroTierUI/stylesheet.css +++ b/ZeroTierUI/stylesheet.css @@ -11,7 +11,7 @@ QToolButton:focus { } QToolButton:hover { background: palette(highlight); - color: palette(highlight-text); + color: palette(highlight-text); } QToolButton:pressed { border: 1px solid #000000; @@ -70,14 +70,17 @@ QListWidget.ipAddressList::item:hover { border-bottom: 1px solid palette(link); } +QStatusBar { + background: palette(button); +} + QLabel.networkName { - padding: 0 0.8em 0.1em 0; + padding: 0; margin: 0; - text-align: right; } -QStatusBar { - background: palette(button); +#networkIdButton { + padding: 0.2em 0 0 0; } #joinNetworkButton { @@ -86,8 +89,8 @@ QStatusBar { } #noNetworksLabel { - background: transparent; - color: #ffffff; + background: transparent; + color: #ffffff; } #networkListWidget { -- cgit v1.2.3