mirror of
https://github.com/zotero/zotero.git
synced 2026-09-20 00:12:49 +00:00
12 lines
362 B
CSS
12 lines
362 B
CSS
/* 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/. */
|
|
|
|
window[windowtype="zotero:pref"] {
|
|
padding: 0;
|
|
|
|
-moz-appearance: window;
|
|
background-color: -moz-Dialog;
|
|
color: -moz-DialogText;
|
|
font: message-box;
|
|
}
|