mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1017512 - Selected toolbox tab doesn't have a background on :active state;r=vporof
This commit is contained in:
parent
fc2213ad02
commit
cf437cee16
@ -709,7 +709,7 @@
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.theme-dark .devtools-tab[selected] {
|
||||
.theme-dark .devtools-tabbar .devtools-tab[selected] {
|
||||
color: #f5f7fa;
|
||||
background-color: #1a4666;
|
||||
box-shadow: 0 2px 0 #d7f1ff inset,
|
||||
@ -717,7 +717,7 @@
|
||||
0 -2px 0 rgba(0,0,0,.2) inset;
|
||||
}
|
||||
|
||||
.theme-light .devtools-tab[selected] {
|
||||
.theme-light .devtools-tabbar .devtools-tab[selected] {
|
||||
color: #f5f7fa;
|
||||
background-color: #4c9ed9;
|
||||
box-shadow: 0 2px 0 #d7f1ff inset,
|
||||
|
Loading…
Reference in New Issue
Block a user