diff options
| author | Adam Ierymenko <adam.ierymenko@zerotier.com> | 2014-01-26 22:24:29 -0800 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@zerotier.com> | 2014-01-26 22:24:29 -0800 |
| commit | 28665079a01d26345e1289f2eaaca3307f83ac29 (patch) | |
| tree | 18a01c523f6e411650c07651b5f25b276f523b1d /ZeroTierUI/stylesheet.css | |
| parent | 80997f652b2c2cbca615174f9b2dd09411d723a9 (diff) | |
| download | infinitytier-28665079a01d26345e1289f2eaaca3307f83ac29.tar.gz infinitytier-28665079a01d26345e1289f2eaaca3307f83ac29.zip | |
Windows UI appearance fixes (font issue, etc.) and fix to WinSock init on GUI client.
Diffstat (limited to 'ZeroTierUI/stylesheet.css')
| -rw-r--r-- | ZeroTierUI/stylesheet.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ZeroTierUI/stylesheet.css b/ZeroTierUI/stylesheet.css index 3a5795c5..c8764ea2 100644 --- a/ZeroTierUI/stylesheet.css +++ b/ZeroTierUI/stylesheet.css @@ -11,6 +11,7 @@ QToolButton:focus { } QToolButton:hover { background: palette(highlight); + color: palette(highlight-text); } QToolButton:pressed { border: 1px solid #000000; @@ -75,6 +76,10 @@ QLabel.networkName { text-align: right; } +QStatusBar { + background: palette(button); +} + #joinNetworkButton { margin: 1px; padding: 0; |
