mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-23 21:03:08 +09:00
38 lines
685 B
CSS
38 lines
685 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/. */
|
|
|
|
#palette-box {
|
|
margin-top: 2px;
|
|
-moz-appearance: listbox;
|
|
margin: 0 0 10px;
|
|
}
|
|
|
|
#palette-box > toolbarpaletteitem {
|
|
padding: 8px 2px;
|
|
margin: 0 8px;
|
|
}
|
|
|
|
#main-box {
|
|
padding: 12px;
|
|
}
|
|
|
|
#main-box > separator {
|
|
-moz-appearance: none;
|
|
border-bottom: none;
|
|
}
|
|
|
|
#instructions {
|
|
font: menu;
|
|
font-weight: bold;
|
|
line-height: 16pt;
|
|
}
|
|
|
|
hbox button {
|
|
font: menu;
|
|
}
|
|
|
|
#main-box > box > button {
|
|
min-height: 19px; /* aqua size for small buttons */
|
|
font: message-box;
|
|
}
|