gnome-shell: fix active button

pull/234/head
Horst3180 9 years ago
parent c30ebde922
commit c950819239

@ -73,7 +73,7 @@ stage {
color: #ffffff;
background-color: #5294E2;
border: 1px solid #5294E2;
box-shadow: inset 0 2px 4px #5294E2; }
box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); }
.popup-menu .modal-dialog-button:insensitive {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: rgba(92, 97, 108, 0.55);
@ -1807,7 +1807,7 @@ StEntry.chat-response {
color: #ffffff;
background-color: #5294E2;
border: 1px solid #5294E2;
box-shadow: inset 0 2px 4px #5294E2; }
box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); }
.login-dialog .modal-dialog-button:default:insensitive {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: rgba(92, 97, 108, 0.55);

@ -116,7 +116,7 @@
color: $selected_fg_color;
background-color: $selected_bg_color;
border: 1px solid $selected_bg_color;
box-shadow: inset 0 2px 4px $selected_bg_color;
box-shadow: inset 0 1px transparentize($selected_bg_color, 0.95);
}
@else if $t==insensitive {

@ -63,7 +63,7 @@ stage {
color: #ffffff;
background-color: #5294E2;
border: 1px solid #5294E2;
box-shadow: inset 0 2px 4px #5294E2; }
box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); }
.button:insensitive, .notification-banner .notification-button:insensitive,
.hotplug-notification-item:insensitive {
text-shadow: 0 1px rgba(255, 255, 255, 0);
@ -775,7 +775,7 @@ StScrollBar {
color: #ffffff;
background-color: #5294E2;
border: 1px solid #5294E2;
box-shadow: inset 0 2px 4px #5294E2; }
box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); }
.datemenu-today-button .date-label {
font-size: 1.5em; }
@ -1664,7 +1664,7 @@ StScrollBar {
color: #ffffff;
background-color: #5294E2;
border: 1px solid #5294E2;
box-shadow: inset 0 2px 4px #5294E2; }
box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); }
.login-dialog .modal-dialog-button:default:insensitive {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: rgba(92, 97, 108, 0.55);

@ -116,7 +116,7 @@
color: $selected_fg_color;
background-color: $selected_bg_color;
border: 1px solid $selected_bg_color;
box-shadow: inset 0 2px 4px $selected_bg_color;
box-shadow: inset 0 1px transparentize($selected_bg_color, 0.95);
}
@else if $t==insensitive {

@ -63,7 +63,7 @@ stage {
color: #ffffff;
background-color: #5294E2;
border: 1px solid #5294E2;
box-shadow: inset 0 2px 4px #5294E2; }
box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); }
.button:insensitive, .notification-banner .notification-button:insensitive,
.hotplug-notification-item:insensitive {
text-shadow: 0 1px rgba(255, 255, 255, 0);
@ -769,7 +769,7 @@ StScrollBar {
color: #ffffff;
background-color: #5294E2;
border: 1px solid #5294E2;
box-shadow: inset 0 2px 4px #5294E2; }
box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); }
.datemenu-today-button .date-label {
font-size: 1.5em; }
@ -1665,7 +1665,7 @@ StScrollBar {
color: #ffffff;
background-color: #5294E2;
border: 1px solid #5294E2;
box-shadow: inset 0 2px 4px #5294E2; }
box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); }
.login-dialog .modal-dialog-button:default:insensitive {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: rgba(92, 97, 108, 0.55);

@ -116,7 +116,7 @@
color: $selected_fg_color;
background-color: $selected_bg_color;
border: 1px solid $selected_bg_color;
box-shadow: inset 0 2px 4px $selected_bg_color;
box-shadow: inset 0 1px transparentize($selected_bg_color, 0.95);
}
@else if $t==insensitive {

Loading…
Cancel
Save