UI appearance tweaks.

This commit is contained in:
Adam Ierymenko 2014-01-27 14:55:56 -08:00
commit e0cb5caef2
5 changed files with 76 additions and 16 deletions

View file

@ -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 {