mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 773225 - GCLI selected element should be clearer in menus; r=harth
This commit is contained in:
parent
11f59ef189
commit
c8a8d5339e
@ -112,12 +112,12 @@
|
||||
}
|
||||
|
||||
.gcli-menu-option:hover {
|
||||
background-color: hsla(0,100%,100%,.1);
|
||||
background-color: hsla(0,0%,0%,.3);
|
||||
}
|
||||
|
||||
.gcli-menu-highlight,
|
||||
.gcli-menu-highlight.gcli-menu-option:hover {
|
||||
background-color: hsla(0,0%,0%,.3);
|
||||
background-color: hsla(0,100%,100%,.1);
|
||||
}
|
||||
|
||||
.gcli-menu-typed {
|
||||
|
@ -114,12 +114,12 @@
|
||||
}
|
||||
|
||||
.gcli-menu-option:hover {
|
||||
background-color: hsla(0,100%,100%,.1);
|
||||
background-color: hsla(0,0%,0%,.3);
|
||||
}
|
||||
|
||||
.gcli-menu-highlight,
|
||||
.gcli-menu-highlight.gcli-menu-option:hover {
|
||||
background-color: hsla(0,0%,0%,.3);
|
||||
background-color: hsla(0,100%,100%,.1);
|
||||
}
|
||||
|
||||
.gcli-menu-typed {
|
||||
|
@ -112,12 +112,12 @@
|
||||
}
|
||||
|
||||
.gcli-menu-option:hover {
|
||||
background-color: hsla(0,100%,100%,.1);
|
||||
background-color: hsla(0,0%,0%,.3);
|
||||
}
|
||||
|
||||
.gcli-menu-highlight,
|
||||
.gcli-menu-highlight.gcli-menu-option:hover {
|
||||
background-color: hsla(0,0%,0%,.3);
|
||||
background-color: hsla(0,100%,100%,.1);
|
||||
}
|
||||
|
||||
.gcli-menu-typed {
|
||||
|
Loading…
Reference in New Issue
Block a user