theme: adjust some colors to the new background

The background color is now lighter. That means that text and
button borders also need to be lighter to compensate.

https://bugzilla.gnome.org/show_bug.cgi?id=702305
This commit is contained in:
Allan Day 2013-07-16 13:42:53 +01:00
parent cf7355e4d0
commit cb1f696e22

View File

@ -2496,7 +2496,6 @@ StScrollBar StButton#vhandle:active {
font-size: 1.2em;
font-weight: bold;
padding: 0px 18px;
color: #babdb6;
}
.screen-shield-notification-count-text {
@ -2518,6 +2517,11 @@ StScrollBar StButton#vhandle:active {
padding-bottom: 0px;
}
#screenShieldNotifications .notification-button,
#screenShieldNotifications .notification-icon-button {
border: 1px rgba(255,255,255,0.5);
}
.input-source-switcher-symbol {
font-size: 34pt;
width: 96px;