update
This commit is contained in:
parent
8116561b1c
commit
c5b898ccc4
@ -99,17 +99,18 @@ arrowscrollbox[orient="horizontal"] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Tree views */
|
/* Tree views */
|
||||||
treechildren::-moz-tree-twisty,
|
treechildren::-moz-tree-twisty {
|
||||||
.item.client .item-twisty-container {
|
list-style-image: url("../icons/pan-end-symbolic.svg") !important;
|
||||||
list-style-image: url("../icons/pan-down-symbolic.svg") !important;
|
|
||||||
width: 16px !important;
|
width: 16px !important;
|
||||||
height: 16px !important;
|
height: 16px !important;
|
||||||
}
|
}
|
||||||
.item.client .item-twisty-container {
|
.item.client .item-twisty-container {
|
||||||
background-image: url("../icons/pan-end-symbolic.svg") !important;
|
background-image: url("../icons/pan-end-symbolic.svg") !important;
|
||||||
|
width: 16px !important;
|
||||||
|
height: 16px !important;
|
||||||
}
|
}
|
||||||
treechildren::-moz-tree-twisty(open) {
|
treechildren::-moz-tree-twisty(open) {
|
||||||
list-style-image: url("../icons/pan-end-symbolic.svg") !important;
|
list-style-image: url("../icons/pan-down-symbolic.svg") !important;
|
||||||
}
|
}
|
||||||
treechildren::-moz-tree-twisty(selected, focus) {
|
treechildren::-moz-tree-twisty(selected, focus) {
|
||||||
list-style-image: url("../icons/pan-down-symbolic-light.svg") !important;
|
list-style-image: url("../icons/pan-down-symbolic-light.svg") !important;
|
||||||
@ -674,9 +675,7 @@ treechildren::-moz-tree-image {
|
|||||||
.bookmark-item[container] .toolbarbutton-icon,
|
.bookmark-item[container] .toolbarbutton-icon,
|
||||||
.menu-iconic.bookmark-item[container] .menu-iconic-icon,
|
.menu-iconic.bookmark-item[container] .menu-iconic-icon,
|
||||||
.panel-info-button > image,
|
.panel-info-button > image,
|
||||||
.tab-icon-overlay,
|
.tab-icon-overlay {
|
||||||
#scrollbutton-up .toolbarbutton-icon,
|
|
||||||
#scrollbutton-down .toolbarbutton-icon {
|
|
||||||
filter: invert(60%) brightness(150%);
|
filter: invert(60%) brightness(150%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -99,17 +99,18 @@ arrowscrollbox[orient="horizontal"] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Tree views */
|
/* Tree views */
|
||||||
treechildren::-moz-tree-twisty,
|
treechildren::-moz-tree-twisty {
|
||||||
.item.client .item-twisty-container {
|
list-style-image: url("../icons/pan-end-symbolic.svg") !important;
|
||||||
list-style-image: url("../icons/pan-down-symbolic.svg") !important;
|
|
||||||
width: 16px !important;
|
width: 16px !important;
|
||||||
height: 16px !important;
|
height: 16px !important;
|
||||||
}
|
}
|
||||||
.item.client .item-twisty-container {
|
.item.client .item-twisty-container {
|
||||||
background-image: url("../icons/pan-end-symbolic.svg") !important;
|
background-image: url("../icons/pan-end-symbolic.svg") !important;
|
||||||
|
width: 16px !important;
|
||||||
|
height: 16px !important;
|
||||||
}
|
}
|
||||||
treechildren::-moz-tree-twisty(open) {
|
treechildren::-moz-tree-twisty(open) {
|
||||||
list-style-image: url("../icons/pan-end-symbolic.svg") !important;
|
list-style-image: url("../icons/pan-down-symbolic.svg") !important;
|
||||||
}
|
}
|
||||||
treechildren::-moz-tree-twisty(selected, focus) {
|
treechildren::-moz-tree-twisty(selected, focus) {
|
||||||
list-style-image: url("../icons/pan-down-symbolic-light.svg") !important;
|
list-style-image: url("../icons/pan-down-symbolic-light.svg") !important;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user