tenfourfox/browser/themes/osx/preferences/in-content/preferences.css
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

50 lines
1001 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/. */
%include ../../../shared/incontentprefs/preferences.inc.css
prefpane .groupbox-title {
background: none;
margin-bottom: 0;
}
.actionsMenu > .menulist-label-box > .menulist-icon {
margin-top: 2px;
-moz-margin-start: 2px;
-moz-margin-end: 8px !important;
}
#downloadFolder > .fileFieldContentBox {
-moz-padding-start: 3px;
}
textbox + button {
-moz-margin-start: -4px;
}
filefield + button {
-moz-margin-start: -8px;
}
#popupPolicyRow {
/* Override styles from
browser/themes/osx/preferences/preferences.css */
margin-bottom: 0 !important;
padding-bottom: 0 !important;
border-bottom: none;
}
#advancedPrefs {
margin-right: 0; /*override margin from normal preferences.css */
margin-left: 0;
}
/**
* Dialog
*/
#dialogTitle {
font-size: 1.1em;
}