diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-01-27 14:55:56 -0800 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-01-27 14:55:56 -0800 |
| commit | e0cb5caef21243cf045cecc25ed064869d1594d4 (patch) | |
| tree | 7780a5bc1efa75d158d741c40e9643933cd95e03 /ZeroTierUI/stylesheet.css | |
| parent | afbbf615882b75171e05ca12e64697ec322d8ff7 (diff) | |
| download | infinitytier-e0cb5caef21243cf045cecc25ed064869d1594d4.tar.gz infinitytier-e0cb5caef21243cf045cecc25ed064869d1594d4.zip | |
UI appearance tweaks.
Diffstat (limited to 'ZeroTierUI/stylesheet.css')
| -rw-r--r-- | ZeroTierUI/stylesheet.css | 17 |
1 files changed, 10 insertions, 7 deletions
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 { |
