Bug 1414521 - Port 1412361 to calendar: Use checkbox instead of checkbox-baseline (visual fixes). r=jorgk
This commit is contained in:
Родитель
51ed0341ec
Коммит
3e1a12f5a5
|
@ -4,17 +4,17 @@
|
|||
|
||||
@import url(chrome://calendar-common/skin/widgets/calendar-widgets.css);
|
||||
|
||||
treenode-checkbox[checked="true"] > .checkbox-check {
|
||||
background-image: url(chrome://global/skin/tree/twisty-open.png);
|
||||
}
|
||||
|
||||
treenode-checkbox > .checkbox-check {
|
||||
-moz-appearance: none;
|
||||
-moz-box-align: center;
|
||||
border: none;
|
||||
width: 9px; /* The image's width is 9 pixels */
|
||||
height: 9px;
|
||||
background-image: url(chrome://global/skin/tree/twisty-clsd.png);
|
||||
background: url(chrome://global/skin/tree/twisty-clsd.png) center no-repeat;
|
||||
}
|
||||
|
||||
treenode-checkbox[checked="true"] > .checkbox-check {
|
||||
background-image: url(chrome://global/skin/tree/twisty-open.png);
|
||||
}
|
||||
|
||||
#task-tree-filtergroup {
|
||||
|
|
|
@ -10,7 +10,7 @@ treenode-checkbox > .checkbox-check {
|
|||
border: none;
|
||||
width: 9px; /* The image's width is 9 pixels */
|
||||
height: 9px;
|
||||
background-image: url(chrome://global/skin/tree/twisty.svg#clsd);
|
||||
background: url(chrome://global/skin/tree/twisty.svg#clsd) center no-repeat;
|
||||
}
|
||||
|
||||
treenode-checkbox[checked="true"] > .checkbox-check {
|
||||
|
|
Загрузка…
Ссылка в новой задаче