/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Mozilla Mobile Browser. * * The Initial Developer of the Original Code is * Mozilla Corporation. * Portions created by the Initial Developer are Copyright (C) 2008 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Mark Finkle * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* browser area -------------------------------------------------- */ #tile-container { background-image: url("chrome://browser/content/checkerboard.png"); } /* main toolbar (URL bar) -------------------------------------------------- */ #toolbar-main { -moz-appearance: none; -moz-box-align: center; padding: 4px 8px; /* half core spacing & core spacing */ border: none; } #toolbar-moveable-container[top="0"] { position: fixed; left: 0; z-index: 1000; } /* main toolbar buttons */ toolbarbutton.urlbar-button { /* space out the buttons a bit horizontally */ margin-left: 8px; /* core spacing */ } #tool-app-switch { margin-top: -8px; /* force the button to go to the edge */ margin-bottom: -8px; /* force the button to go to the edge */ margin-left: -8px; /* force the button to go to the edge */ padding-left: 8px !important; /* re-center the image */ min-width: 72px !important; /* 72, not 64 to make up for the negative margin */ min-height: 72px !important; /* 72, not 64 to make up for the negative margin */ visibility: collapse; margin-right: 8px; /* core spacing */ list-style-image: url("chrome://browser/skin/images/task-switch-40.png"); } #tool-app-switch:hover:active { background-color: #8db8d8 !important; -moz-border-radius-bottomright: 6px; } #toolbar-main[fullscreen="true"] #tool-app-switch:not(:-moz-system-metric(maemo-classic)) { visibility: visible; } #tool-app-close { margin-top: -8px; /* force the button to go to the edge */ margin-bottom: -8px; /* force the button to go to the edge */ margin-right: -8px; /* force the button to go to the edge */ padding-right: 8px !important; /* re-center the image */ min-width: 72px !important; /* 72, not 64 to make up for the negative margin */ min-height: 72px !important; /* 72, not 64 to make up for the negative margin */ visibility: collapse; list-style-image: url("chrome://browser/skin/images/task-close-40.png"); } #tool-app-close:hover:active { background-color: #8db8d8 !important; -moz-border-radius-bottomleft: 6px; } #toolbar-main[fullscreen="true"] #tool-app-close { visibility: visible; } #toolbar-main[dialog="true"] #tool-app-close { visibility: visible; list-style-image: url("chrome://browser/skin/images/task-back-40.png"); } /* URL bar cap buttons */ toolbarbutton.urlbar-cap-button { margin: 0; padding: 0; min-width: 0 !important; min-height: 0 !important; -moz-box-flex: 1; } #tool-go { list-style-image: url("chrome://browser/skin/images/go-30.png"); } #tool-reload { list-style-image: url("chrome://browser/skin/images/reload-30.png"); } #tool-stop { list-style-image: url("chrome://browser/skin/images/stop-30.png"); } #urlbar-icons[mode="loading"] > #tool-go, #urlbar-icons[mode="loading"] > #tool-reload { visibility: collapse; } #urlbar-icons[mode="view"] > #tool-go, #urlbar-icons[mode="view"] > #tool-stop { visibility: collapse; } #urlbar-icons[mode="edit"] > #tool-reload, #urlbar-icons[mode="edit"] > #tool-stop { visibility: collapse; } /* URL bar ----------------------------------------------------------------- */ #urlbar-container { color: #000; -moz-box-align: center; } /* creates the left endcap */ #identity-box { min-height: 64px; min-width: 64px; background: url("images/leftcap-default-64.png") top left no-repeat; -moz-box-align: center; -moz-box-pack: center; } #identity-box:hover:active, #identity-box[open] { background: url("images/leftcap-active-64.png"); } /* add special color */ #identity-box[mode="verifiedIdentity"] { background: url("images/leftcapEV-default-64.png"); } #identity-box[mode="verifiedIdentity"]:hover:active, #identity-box[mode="verifiedIdentity"][open] { background: url("images/leftcapEV-active-64.png"); } /* add special color */ #identity-box[mode="verifiedDomain"] { background: url("images/leftcapSSL-default-64.png"); } #identity-box[mode="verifiedDomain"]:hover:active, #identity-box[mode="verifiedDomain"][open] { background: url("images/leftcapSSL-active-64.png"); } #urlbar-throbber[loading] { list-style-image: url("chrome://browser/skin/images/throbber.png"); } #urlbar-favicon { width: 32px; height: 32px; } #urlbar-favicon[src=""] { list-style-image: url("chrome://browser/skin/images/favicon-default-30.png"); } #urlbar-editarea { min-height: 64px; -moz-box-align: center; padding: 0; border-top: 1px solid #262629; border-bottom: 3px solid #262629; background: #fff; } #urlbar-edit { -moz-appearance: none !important; padding: 0px !important; border: none !important; } /* make sure this endcap matches the other endcap */ #urlbar-icons { min-height: 64px; min-width: 64px; background: url("images/rightcap-default-64.png") top right no-repeat; -moz-box-pack: center; } #urlbar-icons:hover:active { background: url("images/rightcap-active-64.png"); } /* right toolbar (browser controls) ---------------------------------------- */ #browser-controls { -moz-box-align: start; padding: 0 8px; /* core spacing + tiny bit for a rounding issue? */ border-left: 3px solid #262629; } toolbarbutton.browser-control-button, toolbarbutton.panel-button, toolbarbutton.page-button { /* space out the buttons a bit vertically */ margin-bottom: 8px; /* core spacing */ } #tool-star { list-style-image: url("chrome://browser/skin/images/bookmark-default-64.png"); } #tool-star:hover:active { list-style-image: url("chrome://browser/skin/images/bookmark-active-64.png"); } #tool-star[starred="true"] { list-style-image: url("chrome://browser/skin/images/bookmarked-default-64.png"); } #tool-star[starred="true"]:hover:active { list-style-image: url("chrome://browser/skin/images/bookmarked-active-64.png"); } #tool-back { list-style-image: url("chrome://browser/skin/images/back-default-64.png"); } #tool-back:hover:active { list-style-image: url("chrome://browser/skin/images/back-active-64.png"); } #tool-back[disabled="true"], #tool-back[disabled="true"]:hover:active { list-style-image: url("chrome://browser/skin/images/back-disabled-64.png"); } #tool-forward { list-style-image: url("chrome://browser/skin/images/forward-default-64.png"); } #tool-forward:hover:active { list-style-image: url("chrome://browser/skin/images/forward-active-64.png"); } #tool-forward[disabled="true"], #tool-forward[disabled="true"]:hover:active { list-style-image: url("chrome://browser/skin/images/forward-disabled-64.png"); } /* button overflows off the right edge */ #tool-panel-open { list-style-image: url("chrome://browser/skin/images/settings-default-64.png"); margin-right: -40px; /* big number just to make sure the image overflows the edge */ } #tool-panel-open:not([disabled="true"]):hover:active { list-style-image: url("chrome://browser/skin/images/settings-active-64.png"); } /* button overflows off the left edge */ #tool-panel-close { list-style-image: url("chrome://browser/skin/images/settings-open-64.png"); margin-left: -40px; /* big number just to make sure the image overflows the edge */ } /* browser tools panel UI ------------------------------------------------ */ @media (min-width: 500px) { #panel-container { -moz-box-orient: horizontal; -moz-box-direction: normal; } #panel-controls { -moz-box-orient: vertical; -moz-box-direction: normal; } } @media (max-width: 499px) { #panel-container { -moz-box-orient: vertical; -moz-box-direction: reverse; } #panel-controls { -moz-box-orient: horizontal; -moz-box-direction: reverse; padding-top: 8px; /* core spacing */ } #tool-panel-close { margin-right: 8px; /* core spacing */ } toolbarbutton.panel-button { margin-right: 8px; /* core spacing */ } } #panel-controls { /* match #browser-controls end padding */ padding-left: 8px; /* core spacing */ padding-right: 8px; /* core spacing */ -moz-box-align: end; -moz-box-pack: end; } .panel-header { padding: 8px; /* core spacing */ } #tool-addons { list-style-image: url("chrome://browser/skin/images/addons-default-64.png"); } #tool-addons:hover:active, #tool-addons[checked="true"] { list-style-image: url("chrome://browser/skin/images/addons-active-64.png"); } #tool-downloads { list-style-image: url("chrome://browser/skin/images/downloads-default-64.png"); } #tool-downloads:hover:active, #tool-downloads[checked="true"] { list-style-image: url("chrome://browser/skin/images/downloads-active-64.png"); } #tool-preferences { list-style-image: url("chrome://browser/skin/images/preferences-default-64.png"); } #tool-preferences:hover:active, #tool-preferences[checked="true"] { list-style-image: url("chrome://browser/skin/images/preferences-active-64.png"); } #tool-console { list-style-image: url("chrome://browser/skin/images/console-default-64.png"); } #tool-console:hover:active, #tool-console[checked="true"] { list-style-image: url("chrome://browser/skin/images/console-active-64.png"); } /* addons panel UI ------------------------------------------------------- */ @media (min-width: 500px) { #addons-repo { -moz-box-orient: horizontal; -moz-box-align: center; } } @media (max-width: 499px) { #addons-repo { -moz-box-orient: vertical; -moz-box-pack: center; } } .addon-rating[rating] { width: 78px; height: 18px; list-style-image: url("chrome://browser/skin/images/ratings-18.png"); } .addon-rating[rating="0"] { -moz-image-region: rect(0px 78px 18px 0px); } .addon-rating[rating="1"] { -moz-image-region: rect(18px 78px 36px 0px); } .addon-rating[rating="2"] { -moz-image-region: rect(36px 78px 54px 0px); } .addon-rating[rating="3"] { -moz-image-region: rect(54px 78px 72px 0px); } .addon-rating[rating="4"] { -moz-image-region: rect(72px 78px 90px 0px); } .addon-rating[rating="5"] { -moz-image-region: rect(90px 78px 108px 0px); } .addon-showmore-image { width: 32px; height: 32px; list-style-image: url("chrome://browser/skin/images/addons-32.png"); } richlistitem[isDisabled="true"] .title { color: gray; } richlistitem[isDisabled="true"] .normal { color: lightgray; } richlistitem[isDisabled="true"] image { opacity: 0.25; } /* downloads panel UI ---------------------------------------------------- */ .download-retry-failed { color: red !important; } /* special "no downloads" items */ #dl-empty-message { margin-top: 140px; /* 2 times row height */ font-style: italic; border-bottom: none; } #dl-empty-message:active { background-color: white; } #dl-empty-message > label { text-align: center; color: grey; } /* console panel UI ------------------------------------------------------ */ @media (min-width: 500px) { #console-filter-warnings, #console-filter-messages { visibility: visible; } } @media (max-width: 499px) { #console-filter-warnings, #console-filter-messages { visibility: collapse; } } /* bookmarks navigation popup ------------------------------ */ #tool-bookmarks-close { margin-top: -8px; /* force the button to go to the edge */ margin-bottom: -8px; /* force the button to go to the edge */ margin-right: -8px; /* force the button to go to the edge */ padding-right: 8px !important; /* re-center the image */ min-width: 72px !important; /* 72, not 64 to make up for the negative margin */ min-height: 72px !important; /* 72, not 64 to make up for the negative margin */ list-style-image: url("chrome://browser/skin/images/task-back-40.png"); } #tool-bookmarks-close:hover:active { background-color: #8db8d8 !important; -moz-border-radius-bottomleft: 6px; } #bookmarklist-container { padding: 0; } #bookmarklist-header { -moz-box-align: center; padding: 4px 8px; /* half core spacing & core spacing */ } #bookmark-items { -moz-appearance: none !important; padding: 0; } /* folders navigation row */ .place-list-parents placelabel { visibility: collapse; } .place-list-parents placelabel:last-child:not(:only-child) { visibility: visible; } /* be consistent with the size of placeitem */ placelabel { -moz-box-align: center; padding-right: 80px; background: rgb(207,207,207) url(images/arrowup-16.png) no-repeat 98% 50%; color: #000; min-height: 70px; /* row size */ } /* folder bookmarks row */ placeitem[type="folder"] { -moz-box-pack: center; padding-right: 40px; background: url(images/arrowright-16.png) no-repeat 98% 50%; } placelist[ui="manage"] placeitem[type="folder"] { background-image: none; } placeitem[type="folder"] > .bookmark-item-label > image, placeitem[type="folder"] > .bookmark-manage > image { list-style-image: url(images/folder-32.png); margin-top: 0; } placeitem[type="folder"] .bookmark-item-url { display: none; } /* bookmark manage controls */ placeitem > .bookmark-manage .bookmark-controls { padding-top: 8px; } /* bookmark popup for star button */ placeitem[ui="manage"] { border-bottom: 0; } placeitem[ui="manage"] > .bookmark-manage > image { visibility: collapse; } .close-button { -moz-appearance: none; border: none; margin: 0; padding: 0; list-style-image: url("chrome://browser/skin/images/close-default-40.png"); } .close-button:hover:active { list-style-image: url("chrome://browser/skin/images/close-active-40.png"); } .tool-search { list-style-image: url("chrome://browser/skin/images/navigation-magnifier-30.png"); margin-right: 8px; } .searchengine { -moz-box-orient: horizontal; min-width: 140px !important; } .searchengine .radio-icon { display: block; width: 32px; height: 32px; -moz-margin-end: 8px; } #autocomplete_navbuttons { padding: 4px 0; /* half core spacing & none (autorepeat arrows compensate) */ } #autocomplete_navbuttons .autorepeatbutton-down { list-style-image: url(images/arrowrightdark-16.png); } #autocomplete_navbuttons .autorepeatbutton-up { list-style-image: url(images/arrowleftdark-16.png); } /* force the autorepeat buttons to create a 'padding' when collapsed */ #autocomplete_navbuttons autorepeatbutton[collapsed="true"], #autocomplete_navbuttons autorepeatbutton[disabled="true"] { visibility: hidden; } .autocomplete-items { background-color: white; } autocompleteresult, placeitem { color: black; background-color: white; padding: 2px 4px; border-bottom: 1px solid rgb(207,207,207); min-height: 70px; /* row size */ } autocompleteresult:active, placelist placeitem:active:not([selected="true"]), .autocompleteresult-selected { background-color: #8db8d8; } .autocomplete-item-label, .bookmark-item-label { margin: 0; padding: 0; font-size: 24px !important; font-weight: normal; margin-right: 8px; } .autocomplete-item-label > image, .bookmark-item-label > image, placeitem > .bookmark-manage > image { width: 32px; height: 32px; max-height: 32px; /* margin-top = (1 - title's line-height) * title's font-size */ margin: 5px 16px 0 8px; } placeitem[src=""] .bookmark-item-label > image { list-style-image: url(chrome://mozapps/skin/places/defaultFavicon.png); } .autocomplete-item-label > vbox > label, .bookmark-item-label > vbox > label { -moz-margin-start: 1px; } .autocomplete-item-label[favorite="true"] { padding-right: 30px; background: url(images/star-24.png) no-repeat 100% 2px; } .autocomplete-item-label:not([tags=""]):after, .bookmark-item-label:not([tags=""]):after { float: right; content: attr(tags); font-size: 18px !important; font-weight: lighter; padding-top: 4px; margin-left: 8px; } .autocomplete-item-url, .bookmark-item-url { color: blue; font-size: 18px !important; margin-right: 24px; } /* special "no results" and "all bookmarks" items */ autocompleteresult.noresults { font-style: italic; border-bottom: none; } autocompleteresult.noresults:active { background-color: white; } autocompleteresult.noresults > .autocomplete-item-label { text-align: center; color: grey; } autocompleteresult.allbookmarks { -moz-box-pack: center; background: #E9E9E9 url("images/arrowright-16.png") no-repeat 98% 50%; } autocompleteresult.allbookmarks:active, autocompleteresult.allbookmarks.autocompleteresult-selected { background-color: #8db8d8; } autocompleteresult.allbookmarks > .autocomplete-item-label { font-size: 24px !important; } autocompleteresult.allbookmarks > .autocomplete-item-label > image { width: 44px; height: 30px; margin: 0 12px 0 0; list-style-image: url(images/bookmarks-30.png); } autocompleteresult.allbookmarks > .autocomplete-item-url { display: none; } /* Left sidebar (tabs) ---------------------------------------------------- */ #tabs-container { -moz-padding-start: 4px; /* allow the thumbnails to get close to the edge */ -moz-padding-end: 8px; /* core spacing */ padding-bottom: 8px; /* core spacing */ border-right: 3px solid #262629; } #tabs { display: block; -moz-column-width: 128px; -moz-column-gap: 0; -moz-user-focus: ignore; margin: 0; padding: 0; background-color: transparent; } #tabs-controls { margin-top: 8px; /* core spacing */ -moz-box-pack: start; } box[type="documenttab"] { /* display:block allow us to change the line-height, it won't work otherwise */ display: block; width: 128px; line-height: 0; } box[type="documenttab"] .documenttab-canvas { /* keep the unselected thumbnails aligned with the selected one */ border: 8px solid #36373b; background-color: white; } box[type="documenttab"][selected="true"] .documenttab-canvas { border: 8px solid; -moz-border-radius: 3px; -moz-border-top-colors: #8db8d8 #8db8d8 #8db8d8 #8db8d8 #36373b; -moz-border-right-colors: #8db8d8 #8db8d8 #8db8d8 #8db8d8 #36373b; -moz-border-bottom-colors: #8db8d8 #8db8d8 #8db8d8 #8db8d8 #36373b; -moz-border-left-colors: #8db8d8 #8db8d8 #8db8d8 #8db8d8 #36373b; } box[type="documenttab"] .documenttab-close { width: 40px; height: 40px; list-style-image: url("chrome://browser/skin/images/close-default-40.png"); } box[type="documenttab"] hbox:hover:active .documenttab-close { list-style-image: url("chrome://browser/skin/images/close-active-40.png"); } box[type="documenttab"]:only-child .documenttab-close { display: none; } #newtab-button { list-style-image: url("images/newtab-default-64.png"); } #newtab-button:hover:active { list-style-image: url("images/newtab-active-64.png"); } /* bookmark editor ------------------------------------------------------- */ #bookmark-container { padding: 8px; /* core spacing */ background-image: url("chrome://browser/skin/images/panel-shadow.png"); background-repeat: repeat-x; -moz-box-shadow: black 0 2px 2px; } #bookmark-form { padding: 8px; /* core spacing */ } #bookmark-form .bookmark-controls { display: none; } #bookmark-image { list-style-image: url("images/star-40.png"); } /* Identity popup -------------------------------------------------------- */ #identity-container { background-image: url("chrome://browser/skin/images/panel-shadow.png"); background-repeat: repeat-x; -moz-box-shadow: black 0 2px 2px; } #identity-container[hasmenu="true"] { -moz-border-radius-bottomleft: 8px; -moz-border-radius-bottomright: 8px; } #identity-popup-container { padding: 8px; /* core spacing */ } #identity-container[hasmenu="true"] > #identity-popup-container { background-image: -moz-linear-gradient(bottom, rgb(94,95,99) 0%, rgb(54,55,59) 25%, transparent); padding-bottom: 16px; } /* Popup Icons */ #identity-popup-icon { padding: 0; list-style-image: url("chrome://browser/skin/images/identity-64.png"); } #identity-container[mode="verifiedDomain"] > hbox > #identity-popup-icon { list-style-image: url("chrome://browser/skin/images/identitySSL-64.png"); } #identity-container[mode="verifiedIdentity"] > hbox > #identity-popup-icon { list-style-image: url("chrome://browser/skin/images/identityEV-64.png"); } /* Popup Body Text */ #identity-popup-content-box { -moz-padding-start: 8px; /* core spacing */ } /* let the text flow into a second row, if needed */ #identity-popup-runBy-box { display: block; } #identity-popup-content-box.unknownIdentity > hbox > #identity-popup-connectedToLabel, #identity-popup-content-box.unknownIdentity > hbox > #identity-popup-runByLabel, #identity-popup-content-box.unknownIdentity > hbox > #identity-popup-content-host, #identity-popup-content-box.unknownIdentity > hbox > #identity-popup-content-owner, #identity-popup-content-box.verifiedIdentity > hbox > #identity-popup-connectedToLabel2, #identity-popup-content-box.verifiedDomain > hbox > #identity-popup-connectedToLabel2 { display: none; } #identity-popup-content-box > hbox > description, #identity-popup-content-box > hbox > label { font-size: 18px !important; white-space: pre-wrap; } #identity-popup-encryption-label, #identity-popup-content-verifier { font-size: 14px !important; } #identity-popup-content-host, #identity-popup-content-owner { font-weight: bold; } #identity-popup-encryption-icon { list-style-image: url("chrome://browser/skin/images/unlock-40.png"); } #identity-container[mode="verifiedIdentity"] > hbox > vbox > #identity-popup-encryption-icon , #identity-container[mode="verifiedDomain"] > hbox > vbox > #identity-popup-encryption-icon { list-style-image: url("chrome://browser/skin/images/lock-40.png"); } /* Page Actions popup ---------------------------------------------------- */ #identity-container[hasmenu="false"] > #pageactions-container { display: none; } .prompt-buttons, #pageactions-container { background: rgb(210, 210, 210) -moz-linear-gradient(top, rgba(255,255,255,0.4) 0%, rgba(235,235,235,0.4) 90%, rgba(185,185,185,0.4) 100%); border: none; padding: 0; -moz-user-focus: ignore; display: inline-block; -moz-border-radius-bottomleft: 8px; -moz-border-radius-bottomright: 8px; } .prompt-buttons > button, pageaction { -moz-border-top-colors: rgb(255, 255, 255); -moz-border-right-colors: rgb(215, 215, 215); -moz-border-bottom-colors: rgb(215, 215, 215); -moz-border-left-colors: rgb(255, 255, 255); background-color: rgb(235,235,235); border-style: solid; border-width: 1px !important; height: 64px; width :100%; } /* Override buttons style */ .prompt-buttons > button { margin: 0; -moz-border-image: none !important; } .prompt-buttons > button > .button-box { padding: 0 4px 1px 3px !important; } @media (min-width: 500px) { .prompt-buttons > button, pageaction { width: 50%; } .prompt-buttons > button:nth-last-child(2):not(:nth-child(even)), pageaction:nth-last-child(2):not(:nth-child(even)) { background-image: -moz-linear-gradient(top, rgb(235,235,235) 0%, rgb(215,215,215) 90%); border-bottom: 1px solid #fff; -moz-border-radius-bottomleft: 8px; } .prompt-buttons > button:first-child, .prompt-buttons > button:nth-child(2), pageaction:first-child, pageaction:nth-child(2) { background-image: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(235,235,235) 90%) !important; } .prompt-buttons > button:last-child:not(:nth-child(even)), pageaction:last-child:not(:nth-child(even)) { border-bottom: 1px solid #fff; -moz-border-radius-bottomleft: 8px; -moz-border-radius-bottomright: 8px; width: 100%; } .prompt-buttons > button:last-child:not(:nth-child(odd)), pageaction:last-child:not(:nth-child(odd)) { border-bottom: 1px solid #fff; -moz-border-radius-bottomright: 8px; } } @media (max-width: 499px) { .prompt-buttons > button:last-child, pageaction:last-child { -moz-border-radius-bottomleft: 8px; -moz-border-radius-bottomright: 8px; } } .prompt-buttons > button:last-child, pageaction:last-child { background-image: -moz-linear-gradient(top, rgb(235,235,235) 0%, rgb(215,215,215) 90%); } .prompt-buttons > button:first-child, pageaction:first-child { background-image: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(235,235,235) 90%); } .prompt-buttons > button:hover:active, pageaction:hover:active { background-image: none !important; background-color: #8db8d8 !important; } pageaction .pageaction-image { width: 32px; height: 32px; -moz-margin-end: 8px; } pageaction:not([image]) .pageaction-image { width: 0; } .prompt-buttons > button, pageaction .pageaction-title { font-size: 24px !important; color: #414141 !important; } pageaction .pageaction-desc { font-size: 14px !important; color: #414141; } pageaction:hover:active .pageaction-desc { color: white; } pageaction .pageaction-desc[value=""] { display: none; } /* Preferences window ---------------------------------------------------- */ .settings-title { font-weight: bold; color: black; background-color: lightgray; margin: 0; padding: 2px; } /* XXX should be a richlistitem */ .prefbox { padding: 2px; border-bottom: 1px solid rgb(207,207,207); min-height: 70px; /* row size */ -moz-box-align: center; } .options-box { margin-left: 28px; /* sized based on the 32px addon image */ } .options-box setting:last-child .prefbox { border-bottom: 0; } /* XXX should be a richlistitem description.title */ .preftitle { font-size: 24px !important; } /* XXX should be a richlistitem description.normal */ .prefdesc { font-size: 18px !important; color: grey; } /* alerts popup ----------------------------------------------------------- */ @media (min-width: 500px) { #alerts-container { width: 300px; } } @media (max-width: 499px) { #alerts-container { width: 200px; } } #alerts-text { font-size: 18px !important; white-space: pre-wrap; } /* helperapp (save-as) popup ----------------------------------------------- */ #helperapp-target { font-size: 18px !important; } /* form popup -------------------------------------------------------------- */ #form-helper-container > #select-container > #select-container-inner { -moz-border-radius-topleft: 8px; -moz-border-radius-topright: 8px; -moz-border-radius-bottomright: 0; -moz-border-radius-bottomleft: 0; padding: 8px 4px 8px 4px; -moz-box-flex: 0; } #form-helper-container > #select-container > #select-container-inner > scrollbox { min-height: 70px; } #form-helper-container > #select-container > spacer { display: none; } #form-helper-container > #select-container > #select-container-inner, #form-buttons { border: 1px solid gray; border-bottom: 0; } #form-buttons, #select-buttons { padding: 4px 8px; /* row size & core spacing */ } #form-buttons > button, #select-buttons > button { -moz-user-focus: ignore; -moz-user-select: none; } #form-helper-autofill { padding: 4px 0; /* half core spacing & none (autorepeat arrows compensate) */ border-top: 2px solid #36373b; background-color: rgb(235,235,235); background-image: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(235,235,235) 90%); } #form-helper-autofill .autorepeatbutton-down { list-style-image: url(images/arrowright-16.png); } #form-helper-autofill .autorepeatbutton-up { list-style-image: url(images/arrowleft-16.png); } /* force the autorepeat buttons to create a 'padding' when collapsed */ #form-helper-autofill autorepeatbutton[collapsed="true"], #form-helper-autofill autorepeatbutton[disabled="true"] { visibility: hidden; } #form-helper-autofill > label { padding: 12px 8px; /* 12px helps get row size for the labels */ margin: 0; border-color: transparent rgb(215,215,215) transparent rgb(255,255,255); border-style: solid; border-width: 1px; } #form-helper-autofill > label:first-child { padding-left: -moz-initial; /* the arrowscrollbox creates enough left padding */ border-left: none; } #form-helper-autofill > label:last-child { border-right: none; } #form-helper-autofill > label:active { background-color: #8db8d8; } #form-helper-container #select-buttons { display: none; } #select-container:not([hidden=true]) + #form-buttons { border-top: 0; } /* select popup ------------------------------------------------------------ */ #stack > #select-container { padding: 32px; } #select-list { border: 1px solid gray; background-color: #fff; } #select-list > option { color: #000; background-color: #fff; padding: 5px; border-bottom: 1px solid rgb(207,207,207); min-height: 70px; /* row size */ max-height: 70px; /* row size */ -moz-box-align: center; } #select-list > option[selected="true"] { background-color: #8db8d8; } #select-list > option.optgroup { font-weight: bold; font-style: italic; } #select-list > option.optgroup > image { display: none; } #select-list > option.in-optgroup { -moz-padding-start: 24px; } #select-list > option > image { min-width: 30px; } #select-list > option[selected="true"] > image { list-style-image: url("chrome://browser/skin/images/check-30.png"); } /* context popup ----------------------------------------------------------- */ #context-popup { /* Remove some dialog-dark styles */ padding: 8px 0 0 0; border: none; } #context-header > label { font-size: 18px; padding: 4px; } #context-commands { border: 1px solid rgb(207,207,207); -moz-border-radius: 0 0 8px 8px; } #context-commands > richlistitem { -moz-box-align: center; background-color: rgb(245,245,245); min-width: 200px; /* keep the command from being too narrow */ } #context-commands > richlistitem[selector="first-child"] { background: -moz-linear-gradient(top, rgb(255,255,255), rgb(245,245,245)); } #context-commands > richlistitem[selector="last-child"] { background: -moz-linear-gradient(top, rgb(245,245,245), rgb(215,215,215)); -moz-border-radius: 0 0 8px 8px; } /* Force any command tap to highlight */ #context-commands > richlistitem:hover:active { background: #8db8d8; } .modal-block { -moz-box-align: center; -moz-box-pack: center; background-color: rgba(128, 128, 128, 0.5); }