#PanelUI-menu-button[badge-status="addon-alert"] > .toolbarbutton-badge-stack > .toolbarbutton-badge {
height: 13px;
- background: transparent url(chrome://browser/skin/addons/addon-badge.svg) no-repeat center;
+ background: #FF0000 url(chrome://browser/skin/update-badge-failed.svg) no-repeat center;
}
.panel-subviews {
}
#PanelUI-footer-addons > toolbarbutton {
- background-color: #C7F5FF;
+ background-color: #A09090;
display: flex;
flex: 1 1 0%;
width: calc(22.35em + 30px);
border-inline-start-style: none;
}
+#PanelUI-footer-addons > toolbarbutton:hover {
+ background-color: #FFCF00;
+}
+
+#PanelUI-footer-addons > toolbarbutton:active {
+ background-color: #FF9F00;
+}
+
#PanelUI-footer-addons > toolbarbutton > .toolbarbutton-icon {
width: 14px;
height: 14px;
}
#PanelUI-footer-addons > toolbarbutton::after {
- background-image: url(chrome://browser/skin/addons/addon-badge.svg);
+ background: #FF0000 url(chrome://browser/skin/update-badge-failed.svg) no-repeat center;
}
#PanelUI-fxa-status {
#PanelUI-update-status > .toolbarbutton-text,
#PanelUI-fxa-label > .toolbarbutton-text,
+#PanelUI-footer-addons > toolbarbutton > .toolbarbutton-text,
#PanelUI-customize > .toolbarbutton-text {
margin: 0;
padding: 0 6px;
list-style-image: url("chrome://browser/skin/syncFxProgress-horizontalbar.png");
}
-#PanelUI-footer-fxa[fxastatus="migrate-signup"] > #PanelUI-fxa-status > #PanelUI-fxa-label,
-#PanelUI-footer-fxa[fxastatus="migrate-verify"] > #PanelUI-fxa-status > #PanelUI-fxa-label {
- list-style-image: url(chrome://browser/skin/warning.svg);
- -moz-image-region: auto;
-}
-
#PanelUI-customize {
list-style-image: url("chrome://browser/skin/menuPanel-customize.png");
}
#BMB_bookmarksPopup menupopup[placespopup=true][singleitempopup=true] > hbox > .popup-internal-box > .arrowscrollbox-scrollbox > .scrollbox-innerbox,
/ These popups never have a footer /
#BMB_bookmarksToolbarPopup > hbox > .popup-internal-box > .arrowscrollbox-scrollbox > .scrollbox-innerbox,
-#BMB_unsortedBookmarksPopup > hbox > .popup-internal-box > .arrowscrollbox-scrollbox > .scrollbox-innerbox {
+#BMB_unsortedBookmarksPopup > hbox > .popup-internal-box > .arrowscrollbox-scrollbox > .scrollbox-innerbox,
+#BMB_mobileBookmarksPopup > hbox > .popup-internal-box > .arrowscrollbox-scrollbox > .scrollbox-innerbox {
/ And so they need some bottom padding: /
padding-bottom: 4px;
}
}
.learnMore {
- margin-inline-start: 1.5em;
+ margin-inline-start: 10px;
font-weight: normal;
white-space: nowrap;
}
font-weight: bold;
}
+#browserHomePage:-moz-locale-dir(rtl) input {
+ unicode-bidi: plaintext;
+ direction: rtl;
+}
+
/* Content pane */
#defaultFontSizeLabel {
/* !important needed to override common !important rule */
active vbox needs */
#historyPane:not([selectedIndex="1"]) > #historyDontRememberPane,
#historyPane:not([selectedIndex="2"]) > #historyCustomPane,
-#weavePrefsDeck:not([selectedIndex="1"]) > #hasAccount,
-#weavePrefsDeck:not([selectedIndex="2"]) > #needsUpdate,
-#weavePrefsDeck:not([selectedIndex="3"]) > #noFxaAccount,
-#weavePrefsDeck:not([selectedIndex="4"]) > #hasFxaAccount,
+#weavePrefsDeck:not([selectedIndex="1"]) > #hasFxaAccount,
#fxaLoginStatus:not([selectedIndex="1"]) > #fxaLoginUnverified,
#fxaLoginStatus:not([selectedIndex="2"]) > #fxaLoginRejected {
visibility: collapse;
--- /dev/null
+/* 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/. */
+
+/**
+ * Site Data - Settings dialog
+ */
+#sitesList {
+ min-height: 20em;
+}
+
+.item-box {
+ padding: 5px 8px;
+}
+
+/**
+ * Confirmation dialog of removing sites selected
+ */
+#SiteDataRemoveSelectedDialog {
+ padding: 16px;
+}
+
+#contentContainer {
+ font-size: 1.2em;
+ margin-bottom: 10px;
+}
+
+.question-icon {
+ margin: 6px;
+}
+
+#removing-label {
+ font-weight: bold;
+}
+
+#sitesTree {
+ height: 15em;
+}
/* Sync Pane */
-#syncDesc {
- padding: 0 8em;
-}
-
-.syncGroupBox {
- padding: 10px;
-}
-
-#accountCaptionImage {
- list-style-image: url("chrome://mozapps/skin/profile/profileicon.png");
-}
-
-#syncAddDeviceLabel {
- margin-top: 1em;
- margin-bottom: 1em;
-}
-
#noFxaAccount {
line-height: 1.2em;
}
+++ /dev/null
-/* The following are used by both sync/setup.xul and sync/genericChange.xul */
-.status {
- color: #FF9F00;
-}
-
-.statusIcon {
- margin-inline-start: 4px;
- max-height: 16px;
- max-width: 16px;
-}
-
-.statusIcon[status="active"] {
- list-style-image: url("chrome://global/skin/icons/loading.png");
-}
-
-.statusIcon[status="error"] {
- list-style-image: url("chrome://global/skin/icons/error-16.png");
-}
-
-.statusIcon[status="success"] {
- list-style-image: url("chrome://global/skin/icons/information-16.png");
-}
-
-/* .data is only used by sync/genericChange.xul, but it seems unnecessary to have
- a separate stylesheet for it. */
-.data {
- font-size: 90%;
- font-weight: bold;
-}
-
-dialog#change-dialog {
- width: 40em;
-}
-
-image#syncIcon {
- list-style-image: url("chrome://browser/skin/sync-32.png");
-}
-
-#introText {
- margin-top: 2px;
-}
-
-#feedback {
- height: 2em;
-}
+++ /dev/null
-#quotaDialog {
- width: 33em;
- height: 25em;
-}
-
-treechildren::-moz-tree-checkbox {
- list-style-image: none;
-}
-treechildren::-moz-tree-checkbox(checked) {
- list-style-image: url("chrome://global/skin/checkbox/cbox-check.gif");
-}
-treechildren::-moz-tree-checkbox(disabled) {
- list-style-image: url("chrome://global/skin/checkbox/cbox-check-disabled.gif");
-}
-
-#treeCaption {
- height: 4em;
-}
-
-.captionWarning {
- font-weight: bold;
-}
+++ /dev/null
-wizard {
- width: 55em;
- height: 45em;
- padding: 0;
- background-color: #000000;
-}
-
-.wizard-page-box {
- padding-left: 0;
- padding-right: 0;
- margin: 0;
-}
-
-wizardpage {
- -moz-box-pack: center;
- -moz-box-align: center;
- margin: 0;
- padding: 0 6em;
- background-color: #000000;
-}
-
-.wizard-header {
- border: none;
- padding: 2em 0 1em 0;
- text-align: center;
-}
-
-.wizard-header-label {
- font-size: 24pt;
- font-weight: normal;
-}
-
-.wizard-buttons {
- border-top: 1px solid #9C9CFF;
- padding: 1em;
-}
-
-.wizard-buttons-separator {
- visibility: collapse;
-}
-
-.wizard-header-icon {
- visibility: collapse;
-}
-
-.accountChoiceButton {
- /*font: menu;*/
-}
-
-.confirm {
- border: 1px solid #9C9CFF;
- padding: 1em;
- border-radius: 5px;
-}
-
-/* Override the text-link style from global.css */
-.text-link,
-.text-link:focus {
- margin: 0px;
- padding: 0px;
-}
-
-.success,
-.error {
- padding: 2px;
- border-radius: 2px;
-}
-
-.error {
- background-color: #FF0000 !important;
- color: #FFFFFF !important;
-}
-
-.success {
- background-color: #008484 !important;
-}
-
-.warning {
- font-weight: bold;
- font-size: 100%;
- color: red;
-}
-
-.mainDesc {
- font-weight: bold;
- font-size: 100%;
-}
-
-.normal {
- font-size: 100%;
-}
-
-.inputColumn {
- margin-inline-end: 2px
-}
-
-.pin {
- font-size: 18pt;
- width: 4em;
- text-align: center;
-}
-
-#passphraseHelpSpacer {
- width: 0.5em;
-}
-
-#pairDeviceThrobber,
-#login-throbber {
- -moz-box-align: center;
-}
-
-#pairDeviceThrobber > image,
-#login-throbber > image {
- width: 16px;
- list-style-image: url("chrome://global/skin/icons/loading.png");
-}
-
-#captchaFeedback {
- visibility: hidden;
-}
-
-#successPageIcon {
- /* TODO replace this with a 128px version (bug 591122) */
- list-style-image: url("chrome://browser/skin/sync-32.png");
-}
-
-#tosDesc {
- margin-left: -7px;
- margin-bottom: 3px;
-}