Quick Format: Prevent CSS override of background color (#4525)
Followup to 55017926b5
This commit is contained in:
parent
35da1187b3
commit
4c32317ba4
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
window.citation-dialog {
|
||||
-moz-appearance: none;
|
||||
background: -moz-linear-gradient(-90deg, rgb(243,123,119) 0, rgb(180,47,38) 50%, rgb(156,36,27) 50%);
|
||||
background: -moz-linear-gradient(-90deg, rgb(243,123,119) 0, rgb(180,47,38) 50%, rgb(156,36,27) 50%) !important;
|
||||
}
|
||||
|
||||
window.citation-dialog.note-dialog {
|
||||
background: -moz-linear-gradient(-90deg, rgb(249, 231, 179) 0, rgb(228, 193, 94) 50%, rgb(221, 184, 81) 50%);
|
||||
background: -moz-linear-gradient(-90deg, rgb(249, 231, 179) 0, rgb(228, 193, 94) 50%, rgb(221, 184, 81) 50%) !important;
|
||||
}
|
||||
|
||||
.citation-dialog.entry {
|
||||
|
|
Loading…
Reference in a new issue