Use Mozilla's colors for itembox and tagbox background
This way, the colors play nicely with Windows themes (e.g. high contrast) Re https://forums.zotero.org/discussion/38870/make-zotero-fully-recognize-windowsff-high-contrast-themes/ and https://twitter.com/stuffilike2know/status/504167872567189504
This commit is contained in:
parent
9219100901
commit
dc5ccffe43
2 changed files with 2 additions and 2 deletions
|
@ -90,7 +90,7 @@
|
|||
#zotero-view-item {
|
||||
padding: 0 !important;
|
||||
-moz-appearance: none;
|
||||
background-color: white;
|
||||
background-color: -moz-field;
|
||||
border-width: 1px 0 0 1px;
|
||||
}
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ groupbox
|
|||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
display: block; /* allow labels to wrap instead of all being in one line */
|
||||
background-color: white;
|
||||
background-color: -moz-field;
|
||||
}
|
||||
|
||||
checkbox
|
||||
|
|
Loading…
Reference in a new issue