mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 18:07:31 +09:00
parent
470a6e4401
commit
13fcc4a046
949 changed files with 95662 additions and 444 deletions
38
toolkit/themes/osx/global/customizeToolbar.css
Normal file
38
toolkit/themes/osx/global/customizeToolbar.css
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
/* 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue