elbaitemoon

Elbaite theme for Pale Moon
Log | Files | Refs

preferences.css (1559B)


      1 /* This Source Code Form is subject to the terms of the Mozilla Public
      2  * License, v. 2.0. If a copy of the MPL was not distributed with this
      3  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
      4 
      5 /* ===== preferences.css =====================================================
      6   == Styles used by the XUL prefwindow element.
      7   ======================================================================= */
      8 
      9 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
     10 
     11 /* ::::: dialog ::::: */
     12 
     13 prefwindow {
     14   padding: 0px;
     15 }
     16 
     17 prefpane {
     18   padding-top: 8px;
     19   padding-bottom: 10px;
     20   padding-inline-start: 8px;
     21   padding-inline-end: 10px;
     22 }
     23 
     24 prefwindow[type="child"] {
     25   padding-top: 8px;
     26   padding-bottom: 10px;
     27   padding-inline-start: 8px;
     28   padding-inline-end: 10px;
     29 }
     30 
     31 prefwindow[type="child"] > prefpane {
     32   padding: 0px;
     33 }
     34 
     35 .prefWindow-dlgbuttons {
     36   padding-bottom: 10px;
     37   padding-inline-start: 8px;
     38   padding-inline-end: 10px;
     39 }
     40 
     41 prefwindow[type="child"] .prefWindow-dlgbuttons {
     42   padding: 0px;
     43 }
     44 
     45 radio[pane] {
     46   -moz-appearance: none;
     47   margin: 0px 1px 0px 1px;
     48   padding: 1px 3px 1px 3px;
     49   min-width: 4.5em;
     50 }
     51 
     52 .paneSelector {
     53   border-bottom: 1px solid rgb(64,64,64);
     54   margin: 0px;
     55   padding-inline-start: 10px;
     56   background-color: #181411;
     57   color: #bfbbb6;
     58 }
     59 
     60 .paneButtonIcon {
     61   width: 32px;
     62   height: 32px;
     63 }
     64 
     65 radio[pane]:hover {
     66   background-color: #181411;
     67   color: #bfbbb6;
     68   -moz-appearance: none;
     69 }
     70 
     71 radio[pane][selected="true"] {
     72   background-color: rgb(1,1,1);
     73   color: #bfbbb6; 
     74   -moz-appearance: none;
     75 }
     76