aboutsummaryrefslogtreecommitdiff
path: root/arc-firefox-theme/chrome/browser/preferences/in-content/preferences.css
diff options
context:
space:
mode:
Diffstat (limited to 'arc-firefox-theme/chrome/browser/preferences/in-content/preferences.css')
-rw-r--r--arc-firefox-theme/chrome/browser/preferences/in-content/preferences.css111
1 files changed, 33 insertions, 78 deletions
diff --git a/arc-firefox-theme/chrome/browser/preferences/in-content/preferences.css b/arc-firefox-theme/chrome/browser/preferences/in-content/preferences.css
index b193768..8c3d396 100644
--- a/arc-firefox-theme/chrome/browser/preferences/in-content/preferences.css
+++ b/arc-firefox-theme/chrome/browser/preferences/in-content/preferences.css
@@ -148,7 +148,7 @@ treecol {
#useFirefoxSync {
font-size: 90%;
- -moz-margin-end: 8px !important;
+ margin-inline-end: 8px !important;
}
#getStarted {
@@ -160,7 +160,7 @@ treecol {
}
#downloadFolder {
- -moz-margin-start: 0;
+ margin-inline-start: 0;
}
/* Content pane */
@@ -171,12 +171,12 @@ treecol {
}
#notificationsPolicyLearnMore {
- -moz-margin-start: 1.5em !important;
+ margin-inline-start: 1.5em !important;
}
#defaultFontSizeLabel {
/* !important needed to override common !important rule */
- -moz-margin-start: 4px !important;
+ margin-inline-start: 4px !important;
}
/* Applications Pane Styles */
@@ -186,7 +186,7 @@ treecol {
}
#filter {
- -moz-margin-start: 0;
+ margin-inline-start: 0;
}
#handlersView {
@@ -198,13 +198,13 @@ treecol {
}
.typeIcon {
- -moz-margin-start: 10px !important;
- -moz-margin-end: 9px !important;
+ margin-inline-start: 10px !important;
+ margin-inline-end: 9px !important;
}
.actionIcon {
- -moz-margin-start: 11px !important;
- -moz-margin-end: 8px !important;
+ margin-inline-start: 11px !important;
+ margin-inline-end: 8px !important;
}
.actionsMenu {
@@ -212,23 +212,33 @@ treecol {
}
.actionsMenu > menupopup > menuitem {
- -moz-padding-start: 10px !important;
+ padding-inline-start: 10px !important;
}
.actionsMenu > menupopup > menuitem > .menu-iconic-left {
- -moz-margin-end: 8px !important;
+ margin-inline-end: 8px !important;
}
/* Privacy pane */
-.doNotTrackLearnMore,
#trackingProtectionPBMLearnMore,
#trackingProtectionLearnMore {
- -moz-margin-start: 1.5em !important;
+ margin-inline-start: 1.5em !important;
margin-top: 0;
font-weight: normal;
}
+.doNotTrackLearnMore {
+ margin-inline-start: calc(1em + 30px);
+ margin-bottom: 1em;
+ font-weight: normal;
+}
+
+.doNotTrackLearnMore > label {
+ font-size: 1em !important;
+ margin-left: 0;
+}
+
/* Collapse the non-active vboxes in decks to use only the height the
active vbox needs */
#historyPane:not([selectedIndex="1"]) > #historyDontRememberPane,
@@ -255,12 +265,12 @@ description > html|a {
#weavePrefsDeck > #needsUpdate > hbox > #loginError,
#weavePrefsDeck > #hasFxaAccount > vbox > label,
#weavePrefsDeck > #hasFxaAccount > hbox:not(#tosPP-normal) > label {
- /* no margin-start for elements at the begin of a line */
- -moz-margin-start: 0;
+ /* no margin-inline-start for elements at the beginning of a line */
+ margin-inline-start: 0;
}
#tabsElement {
- -moz-margin-end: 4px; /* add the 4px end-margin of other elements */
+ margin-inline-end: 4px; /* add the 4px end-margin of other elements */
}
#telemetryLearnMore,
@@ -268,16 +278,16 @@ description > html|a {
#crashReporterLearnMore {
/* provide some margin between the links and the label text */
/* !important is needed to override the rules defined in common.css */
- -moz-margin-start: 20px !important;
+ margin-inline-start: 20px !important;
/* center the links */
margin-top: 8px;
margin-bottom: 8px;
}
.indent {
- /* !important needed to override -moz-margin-start:0 !important; rule
+ /* !important needed to override margin-inline-start:0 !important; rule
define in common.css for labels */
- -moz-margin-start: 33px !important;
+ margin-inline-start: 33px !important;
}
.text-link {
@@ -285,7 +295,7 @@ description > html|a {
}
#showUpdateHistory {
- -moz-margin-start: 0;
+ margin-inline-start: 0;
}
/**
@@ -425,61 +435,6 @@ description > html|a {
-moz-box-align: start;
}
-#syncStatusMessage {
- visibility: collapse;
- opacity: 0;
- transition: opacity 1s linear;
- padding: 14px 8px 14px 14px;
- border-radius: 2px;
-}
-
-#syncStatusMessage[message-type] {
- visibility: visible;
- opacity: 1;
-}
-
-#syncStatusMessage[message-type="verify-success"] {
- background-color: #74BF43;
-}
-
-#syncStatusMessage[message-type="verify-error"] {
- background-color: #D74345;
-}
-
-#syncStatusMessage[message-type="migration"] {
- background-color: #FF9500;
-}
-
-#syncStatusMessageWrapper {
- -moz-box-flex: 1;
- padding-right: 5px;
-}
-
-#syncStatusMessageTitle, #syncStatusMessageDescription {
- color: #FBFBFB;
-}
-
-#syncStatusMessage[message-type="migration"] #syncStatusMessageTitle {
- display: none;
-}
-
-#syncStatusMessageTitle {
- font-weight: bold !important;
- font-size: 16px;
- line-height: 157%;
- margin: 0 0 20px;
-}
-
-#syncStatusMessageDescription {
- font-size: 14px;
- line-height: 158%;
- margin: 0 !important;
-}
-
-#syncStatusMessageClose {
- margin: 0px;
-}
-
#fxaSyncEngines > vbox:first-child {
margin-right: 80px;
}
@@ -636,8 +591,8 @@ description > html|a {
.actionsMenu > .menulist-label-box > .menulist-icon {
margin-top: 1px;
- -moz-margin-start: 1px;
- -moz-margin-end: 6px;
+ margin-inline-start: 1px;
+ margin-inline-end: 6px;
}
.actionsMenu > .menulist-label-box > .menulist-label {
@@ -655,7 +610,7 @@ menulist.actionsMenu > .menulist-dropmarker {
textbox + button,
filefield + button {
- -moz-margin-start: -4px;
+ margin-inline-start: -4px;
}
/**