mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-21 05:43:59 -07:00
UI appearance tweaks.
This commit is contained in:
parent
afbbf61588
commit
e0cb5caef2
5 changed files with 76 additions and 16 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
QLabel.networkName {
|
||||
padding: 0 0.8em 0.1em 0;
|
||||
margin: 0;
|
||||
text-align: right;
|
||||
QStatusBar {
|
||||
background: palette(button);
|
||||
}
|
||||
|
||||
QStatusBar {
|
||||
background: palette(button);
|
||||
QLabel.networkName {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#networkIdButton {
|
||||
padding: 0.2em 0 0 0;
|
||||
}
|
||||
|
||||
#joinNetworkButton {
|
||||
|
@ -86,8 +89,8 @@ QStatusBar {
|
|||
}
|
||||
|
||||
#noNetworksLabel {
|
||||
background: transparent;
|
||||
color: #ffffff;
|
||||
background: transparent;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
#networkListWidget {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue