css: Clean up slightly
Remove the networking stuff from the message tray section.
This commit is contained in:
parent
89675c9061
commit
829e7623df
@ -403,6 +403,14 @@ StScrollBar StButton#vhandle:active {
|
|||||||
icon-size: 16px;
|
icon-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.no-networks-label {
|
||||||
|
color: #999999;
|
||||||
|
}
|
||||||
|
|
||||||
|
.no-networks-box {
|
||||||
|
spacing: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
/* Buttons */
|
/* Buttons */
|
||||||
|
|
||||||
.candidate-page-button,
|
.candidate-page-button,
|
||||||
@ -1495,11 +1503,8 @@ StScrollBar StButton#vhandle:active {
|
|||||||
padding-right: 8pt;
|
padding-right: 8pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
.url-highlighter {
|
|
||||||
link-color: #ccccff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Message Tray */
|
/* Message Tray */
|
||||||
|
|
||||||
#message-tray {
|
#message-tray {
|
||||||
background: #2e3436 url(message-tray-background.png);
|
background: #2e3436 url(message-tray-background.png);
|
||||||
background-repeat: repeat;
|
background-repeat: repeat;
|
||||||
@ -1522,13 +1527,12 @@ StScrollBar StButton#vhandle:active {
|
|||||||
color: #eeeeee;
|
color: #eeeeee;
|
||||||
}
|
}
|
||||||
|
|
||||||
.no-messages-label,
|
.url-highlighter {
|
||||||
.no-networks-label {
|
link-color: #ccccff;
|
||||||
color: #999999;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.no-networks-box {
|
.no-messages-label {
|
||||||
spacing: 12px;
|
color: #999999;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notification {
|
.notification {
|
||||||
|
Loading…
Reference in New Issue
Block a user