forked from AuroraMiddleware/gtk
Adwaita: Set a background color for the overshoot class
https://bugzilla.gnome.org/show_bug.cgi?id=731297
This commit is contained in:
parent
7bdc219464
commit
d3b481ac19
@ -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,
|
||||
|
@ -113,6 +113,9 @@
|
||||
opacity: 0.55;
|
||||
text-shadow: none; }
|
||||
|
||||
.overshoot {
|
||||
background-color: rgba(33, 93, 156, 0.2); }
|
||||
|
||||
/*********************
|
||||
* Spinner Animation *
|
||||
*********************/
|
||||
|
@ -113,6 +113,9 @@
|
||||
opacity: 0.55;
|
||||
text-shadow: none; }
|
||||
|
||||
.overshoot {
|
||||
background-color: rgba(74, 144, 217, 0.2); }
|
||||
|
||||
/*********************
|
||||
* Spinner Animation *
|
||||
*********************/
|
||||
|
Loading…
Reference in New Issue
Block a user