Make selected, onfocused tree row highlight color on Linux more distinct
By default it's very close to the alternating row color (even in Places) https://forums.zotero.org/discussion/56942/
This commit is contained in:
parent
c813df84dd
commit
72302c8e24
|
@ -154,6 +154,21 @@ toolbar:not([id="nav-bar"]) #zotero-toolbar-buttons separator {
|
||||||
/* End toolbar buttons */
|
/* End toolbar buttons */
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
|
Override selected, unfocused tree row highlight color, which is too similar to the alternating
|
||||||
|
row color by default
|
||||||
|
*/
|
||||||
|
#zotero-collections-tree treechildren::-moz-tree-row(selected),
|
||||||
|
#zotero-items-tree treechildren::-moz-tree-row(selected) {
|
||||||
|
background-color: #D4D4D4;
|
||||||
|
}
|
||||||
|
|
||||||
|
#zotero-collections-tree treechildren::-moz-tree-row(selected, focus),
|
||||||
|
#zotero-items-tree treechildren::-moz-tree-row(selected, focus) {
|
||||||
|
background-color: Highlight;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
@media (min-resolution: 1.5dppx) {
|
@media (min-resolution: 1.5dppx) {
|
||||||
#zotero-tb-sync > .toolbarbutton-icon {
|
#zotero-tb-sync > .toolbarbutton-icon {
|
||||||
width: 20px;
|
width: 20px;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user