diff options
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 { |
