Make the Message Tray button icon smaller
A small visual tweak so it doesn't dominate the Message Tray too much. https://bugzilla.gnome.org/show_bug.cgi?id=699272
This commit is contained in:
parent
8460aa7d6a
commit
2bde6612d1
@ -1388,15 +1388,15 @@ StScrollBar StButton#vhandle:active {
|
|||||||
height: 72px;
|
height: 72px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.message-tray-menu-button {
|
.message-tray-menu-button StIcon {
|
||||||
padding: 0 16px;
|
padding: 0 20px;
|
||||||
color: #aaaaaa;
|
color: #aaaaaa;
|
||||||
icon-size: 32px;
|
icon-size: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.message-tray-menu-button:hover,
|
.message-tray-menu-button:hover StIcon,
|
||||||
.message-tray-menu-button:active,
|
.message-tray-menu-button:active StIcon,
|
||||||
.message-tray-menu-button:focus {
|
.message-tray-menu-button:focus StIcon {
|
||||||
color: #eeeeee;
|
color: #eeeeee;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user