Merge pull request #531 from aurimasv/high-contrast
Use Mozilla's colors for itembox and tagbox background
This commit is contained in:
commit
431185cc3a
|
@ -90,7 +90,7 @@
|
||||||
#zotero-view-item {
|
#zotero-view-item {
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
-moz-appearance: none;
|
-moz-appearance: none;
|
||||||
background-color: white;
|
background-color: -moz-field;
|
||||||
border-width: 1px 0 0 1px;
|
border-width: 1px 0 0 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ groupbox
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
display: block; /* allow labels to wrap instead of all being in one line */
|
display: block; /* allow labels to wrap instead of all being in one line */
|
||||||
background-color: white;
|
background-color: -moz-field;
|
||||||
}
|
}
|
||||||
|
|
||||||
checkbox
|
checkbox
|
||||||
|
|
Loading…
Reference in New Issue
Block a user