Adwaita: Set a background color for the overshoot class

https://bugzilla.gnome.org/show_bug.cgi?id=731297
This commit is contained in:
Carlos Garnacho 2014-06-30 20:46:59 +02:00 committed by Matthias Clasen
parent 7bdc219464
commit d3b481ac19
3 changed files with 10 additions and 0 deletions

View File

@ -122,6 +122,10 @@
background-color: transparentize($selected_bg_color,0.8);
}
.overshoot {
background-color: transparentize($selected_bg_color,0.8);
}
GtkLabel {
&:selected,
&:selected:focus,

View File

@ -113,6 +113,9 @@
opacity: 0.55;
text-shadow: none; }
.overshoot {
background-color: rgba(33, 93, 156, 0.2); }
/*********************
* Spinner Animation *
*********************/

View File

@ -113,6 +113,9 @@
opacity: 0.55;
text-shadow: none; }
.overshoot {
background-color: rgba(74, 144, 217, 0.2); }
/*********************
* Spinner Animation *
*********************/