browser/themes/linux/places/organizer.css

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/browser/themes/linux/places/organizer.css	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,99 @@
     1.4 +/* This Source Code Form is subject to the terms of the Mozilla Public
     1.5 + * License, v. 2.0. If a copy of the MPL was not distributed with this
     1.6 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
     1.7 +
     1.8 +
     1.9 +/* Toolbar */
    1.10 +#placesToolbar {
    1.11 +  border: none;
    1.12 +}
    1.13 +
    1.14 +/* back button */
    1.15 +
    1.16 +#back-button {
    1.17 +  list-style-image: url("moz-icon://stock/gtk-go-back-ltr?size=toolbar");
    1.18 +}
    1.19 +#back-button[disabled="true"] {
    1.20 +  list-style-image: url("moz-icon://stock/gtk-go-back-ltr?size=toolbar&state=disabled");
    1.21 +}
    1.22 +
    1.23 +#back-button:-moz-locale-dir(rtl) {
    1.24 +  list-style-image: url("moz-icon://stock/gtk-go-back-rtl?size=toolbar");
    1.25 +}
    1.26 +#back-button[disabled="true"]:-moz-locale-dir(rtl) {
    1.27 +  list-style-image: url("moz-icon://stock/gtk-go-back-rtl?size=toolbar&state=disabled");
    1.28 +}
    1.29 +
    1.30 +/* forward button */
    1.31 +
    1.32 +#forward-button {
    1.33 +  list-style-image: url("moz-icon://stock/gtk-go-forward-ltr?size=toolbar");
    1.34 +}
    1.35 +#forward-button[disabled="true"] {
    1.36 +  list-style-image: url("moz-icon://stock/gtk-go-forward-ltr?size=toolbar&state=disabled");
    1.37 +}
    1.38 +
    1.39 +#forward-button:-moz-locale-dir(rtl) {
    1.40 +  list-style-image: url("moz-icon://stock/gtk-go-forward-rtl?size=toolbar");
    1.41 +}
    1.42 +#forward-button[disabled="true"]:-moz-locale-dir(rtl) {
    1.43 +  list-style-image: url("moz-icon://stock/gtk-go-forward-rtl?size=toolbar&state=disabled");
    1.44 +}
    1.45 +
    1.46 +/* Menu */
    1.47 +#placesMenu {
    1.48 +  -moz-appearance: none;
    1.49 +  border: none;
    1.50 +}
    1.51 +
    1.52 +#placesMenu > menu {
    1.53 +  -moz-padding-start: 4px;
    1.54 +  -moz-binding: url("chrome://browser/skin/places/organizer.xml#toolbarbutton-dropdown");
    1.55 +  -moz-appearance: toolbarbutton;
    1.56 +  color: -moz-DialogText;
    1.57 +}
    1.58 +
    1.59 +#placesMenu > menu:hover:not(:active):not([open="true"]) {
    1.60 +  color: -moz-buttonhovertext;
    1.61 +}
    1.62 +
    1.63 +#placesMenu > menu > .menubar-right {
    1.64 +  -moz-appearance: toolbarbutton-dropdown;
    1.65 +  width: 12px;
    1.66 +  height: 12px;
    1.67 +}
    1.68 +
    1.69 +/* Root View */
    1.70 +#placesView {
    1.71 +  background-color: Window;
    1.72 +}
    1.73 +
    1.74 +/* Info box */
    1.75 +#detailsDeck {
    1.76 +  padding: 5px;
    1.77 +}
    1.78 +
    1.79 +#infoBoxExpanderLabel {
    1.80 +  -moz-padding-start: 2px;
    1.81 +}
    1.82 +
    1.83 +/**** menuitem stock icons ****/
    1.84 +#orgClose {
    1.85 +  list-style-image: url("moz-icon://stock/gtk-close?size=menu");
    1.86 +}
    1.87 +
    1.88 +#fileImport {
    1.89 +  list-style-image: url("moz-icon://stock/gtk-revert-to-saved?size=menu");
    1.90 +}
    1.91 +
    1.92 +#fileExport {
    1.93 +  list-style-image: url("moz-icon://stock/gtk-save-as?size=menu");
    1.94 +}
    1.95 +
    1.96 +/**
    1.97 + * Downloads pane
    1.98 + */
    1.99 +
   1.100 +#clearDownloadsButton > .toolbarbutton-icon {
   1.101 +  display: none;
   1.102 +}

mercurial