Fixed #872
This commit is contained in:
parent
deee608ed5
commit
b410d55d57
3 changed files with 11 additions and 18 deletions
|
@ -111,17 +111,11 @@ treechildren::-moz-tree-twisty {
|
|||
width: 16px !important;
|
||||
height: 16px !important;
|
||||
}
|
||||
treechildren::-moz-tree-twisty(open) {
|
||||
list-style-image: url("../icons/pan-down-symbolic.svg") !important;
|
||||
}
|
||||
treechildren::-moz-tree-twisty(selected, focus) {
|
||||
list-style-image: url("../icons/pan-down-symbolic-light.svg") !important;
|
||||
}
|
||||
.item.client.closed .item-twisty-container {
|
||||
background-image: url("../icons/pan-down-symbolic.svg") !important;
|
||||
}
|
||||
treechildren::-moz-tree-twisty(selected, focus, open) {
|
||||
list-style-image: url("../icons/pan-end-symbolic-light.svg") !important;
|
||||
list-style-image: url("../icons/pan-down-symbolic-light.svg") !important;
|
||||
}
|
||||
treechildren::-moz-tree-image(title, container),
|
||||
treechildren::-moz-tree-image(title, open) {
|
||||
|
@ -133,10 +127,10 @@ treechildren::-moz-tree-image(query, OrganizerQuery_history____v) {
|
|||
}
|
||||
|
||||
.sidebar-panel[lwt-sidebar-brighttext] .sidebar-placesTreechildren::-moz-tree-twisty {
|
||||
list-style-image: url("../icons/pan-down-symbolic-light.svg") !important;
|
||||
list-style-image: url("../icons/pan-end-symbolic-light.svg") !important;
|
||||
}
|
||||
.sidebar-panel[lwt-sidebar-brighttext] .sidebar-placesTreechildren::-moz-tree-twisty(open) {
|
||||
list-style-image: url("../icons/pan-end-symbolic-light.svg") !important;
|
||||
list-style-image: url("../icons/pan-down-symbolic-light.svg") !important;
|
||||
}
|
||||
/* Sidebar: History: clock icon */
|
||||
#historyTree treechildren::-moz-tree-image {
|
||||
|
|
|
@ -162,6 +162,11 @@ button.close.ghost-button:active {
|
|||
font-size: 1em !important;
|
||||
}
|
||||
|
||||
/* Sidebar header button sizing */
|
||||
#sidebar-switcher-target {
|
||||
flex: unset !important;
|
||||
}
|
||||
|
||||
/* Sidebar header button arrow opacity */
|
||||
#sidebar-switcher-arrow {
|
||||
opacity: 1 !important;
|
||||
|
|
|
@ -111,17 +111,11 @@ treechildren::-moz-tree-twisty {
|
|||
width: 16px !important;
|
||||
height: 16px !important;
|
||||
}
|
||||
treechildren::-moz-tree-twisty(open) {
|
||||
list-style-image: url("../icons/pan-down-symbolic.svg") !important;
|
||||
}
|
||||
treechildren::-moz-tree-twisty(selected, focus) {
|
||||
list-style-image: url("../icons/pan-down-symbolic-light.svg") !important;
|
||||
}
|
||||
.item.client.closed .item-twisty-container {
|
||||
background-image: url("../icons/pan-down-symbolic.svg") !important;
|
||||
}
|
||||
treechildren::-moz-tree-twisty(selected, focus, open) {
|
||||
list-style-image: url("../icons/pan-end-symbolic-light.svg") !important;
|
||||
list-style-image: url("../icons/pan-down-symbolic-light.svg") !important;
|
||||
}
|
||||
treechildren::-moz-tree-image(title, container),
|
||||
treechildren::-moz-tree-image(title, open) {
|
||||
|
@ -133,10 +127,10 @@ treechildren::-moz-tree-image(query, OrganizerQuery_history____v) {
|
|||
}
|
||||
|
||||
.sidebar-panel[lwt-sidebar-brighttext] .sidebar-placesTreechildren::-moz-tree-twisty {
|
||||
list-style-image: url("../icons/pan-down-symbolic-light.svg") !important;
|
||||
list-style-image: url("../icons/pan-end-symbolic-light.svg") !important;
|
||||
}
|
||||
.sidebar-panel[lwt-sidebar-brighttext] .sidebar-placesTreechildren::-moz-tree-twisty(open) {
|
||||
list-style-image: url("../icons/pan-end-symbolic-light.svg") !important;
|
||||
list-style-image: url("../icons/pan-down-symbolic-light.svg") !important;
|
||||
}
|
||||
/* Sidebar: History: clock icon */
|
||||
#historyTree treechildren::-moz-tree-image {
|
||||
|
|
Loading…
Reference in a new issue