2019-08-26 10:46:34 +00:00
|
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
|
|
|
2022-08-10 22:26:23 +00:00
|
|
|
window[windowtype="zotero:pref"] {
|
2019-08-26 10:46:34 +00:00
|
|
|
padding: 0;
|
|
|
|
font: -moz-dialog !important;
|
|
|
|
|
|
|
|
-moz-appearance: dialog;
|
|
|
|
color: -moz-DialogText;
|
|
|
|
}
|
|
|
|
|
2022-08-10 22:26:23 +00:00
|
|
|
groupbox > label > h2, groupbox > * > label > h2 {
|
2019-08-26 10:46:34 +00:00
|
|
|
border-bottom: #b5b5b5 1px solid;
|
|
|
|
}
|
|
|
|
|
2022-08-10 22:26:23 +00:00
|
|
|
groupbox > label > h2, groupbox > * > label > h2, caption {
|
|
|
|
padding-bottom: 0.2em;
|
2019-08-26 10:46:34 +00:00
|
|
|
font: caption;
|
|
|
|
}
|