diff options
| author | Adam Ierymenko <adam.ierymenko@zerotier.com> | 2014-01-24 23:15:14 -0800 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@zerotier.com> | 2014-01-24 23:15:14 -0800 |
| commit | b65f7f78951450998bc4a85f60ce1350c2ed2a12 (patch) | |
| tree | f1a6ec158cadc784b9402575a610d83a506a7eca /ZeroTierUI/stylesheet.css | |
| parent | 434ce96f2cd3da9c7bae278391582526e952b24e (diff) | |
| download | infinitytier-b65f7f78951450998bc4a85f60ce1350c2ed2a12.tar.gz infinitytier-b65f7f78951450998bc4a85f60ce1350c2ed2a12.zip | |
Qt GUI now builds and runs on Windows. On Windows it can (via its manifest) automatically request admin rights on launch, which plugs it nicely into Windows' admin rights system without requiring file copies and such.
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 706da1fa..3a5795c5 100644 --- a/ZeroTierUI/stylesheet.css +++ b/ZeroTierUI/stylesheet.css @@ -80,6 +80,11 @@ QLabel.networkName { padding: 0; } +#noNetworksLabel { + background: transparent; + color: #ffffff; +} + #networkListWidget { background: palette(dark); margin: 0 0 2px 0; |
