mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 09:57:32 +09:00
Issue #1751 - Remove Mac code behind MOZ_WIDGET_TOOLKIT == 'cocoa'
This commit is contained in:
parent
2703c4fc63
commit
ba00d14c12
382 changed files with 36 additions and 22824 deletions
|
|
@ -1,38 +0,0 @@
|
|||
/* 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