Style scrollbar in classic bubbles

https://bugzilla.gnome.org/show_bug.cgi?id=700485
This commit is contained in:
Jakub Steiner
2013-05-22 18:51:12 +02:00
committed by Florian Müllner
parent d43ee6831a
commit b4f602e0dd
+19
View File
@@ -172,6 +172,25 @@
box-shadow: inset 0px 1px 3px rgba(0,0,0,0.4);
}
/* SCROLLBARS for POPUP MENU */
.popup-menu StScrollBar StBin#trough {
background-color: transparent;
}
.popup-menu StScrollBar StButton#vhandle, .popup-menu StScrollBar StButton#hhandle {
border-color: #e9e9e9;
background-color: #888;
}
.popup-menu StScrollBar StButton#vhandle:hover,
.popup-menu StScrollBar StButton#hhandle:hover {
background-color: #666;
}
.popup-menu StScrollBar StButton#vhandle:active,
.popup-menu StScrollBar StButton#hhandle:active {
background-color: #4a90d9;
}
/* CALENDAR */
.calendar {}