mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 905136 - Blackbox icons missing from debugger (Linux); r=msucan
This commit is contained in:
parent
d06e2cf8e8
commit
3c9ea1637d
@ -37,7 +37,11 @@
|
|||||||
transition: opacity .15s ease 0s;
|
transition: opacity .15s ease 0s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.side-menu-widget-item-checkbox > .checkbox-check {
|
.side-menu-widget-item-checkbox > .checkbox-spacer-box {
|
||||||
|
-moz-appearance: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.side-menu-widget-item-checkbox > .checkbox-spacer-box > .checkbox-check {
|
||||||
-moz-appearance: none;
|
-moz-appearance: none;
|
||||||
background: none;
|
background: none;
|
||||||
background-image: url(itemToggle.png);
|
background-image: url(itemToggle.png);
|
||||||
@ -50,7 +54,7 @@
|
|||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.side-menu-widget-item-checkbox[checked] > .checkbox-check {
|
.side-menu-widget-item-checkbox[checked] > .checkbox-spacer-box > .checkbox-check {
|
||||||
background-position: 0 0;
|
background-position: 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user