elbaitemoon

Elbaite theme for Pale Moon
Log | Files | Refs

wizard.css (924B)


      1 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
      2 
      3 .wizard-header {
      4   border-bottom: 1px solid rgb(64,64,64);
      5   background-color: #181411;
      6   color: #bfbbb6;
      7 }
      8 
      9 .wizard-header-box-1 {
     10   padding: 5px 0px 5px 0px;
     11 }
     12 
     13 wizard[description=""] .wizard-header-description {
     14   display: none;
     15 }
     16 
     17 .wizard-header-label {
     18   margin-inline-start: 23px;
     19   font-weight: bold;
     20 }
     21 
     22 .wizard-header-description {
     23   margin-inline-start: 44px;
     24 }
     25 
     26 wizard[branded="true"] .wizard-header-icon {
     27   list-style-image: url("chrome://branding/content/icon48.png");
     28   margin-inline-end: 5px;
     29 }
     30 
     31 .wizard-page-box {
     32   margin: 10px 44px;
     33 }
     34 
     35 .wizard-buttons-separator {
     36   margin-bottom: 0px !important;
     37 }
     38 
     39 .wizard-buttons-box-2 {
     40   margin: 10px;
     41 }
     42 
     43 .wizard-button[dlgtype="finish"],
     44 .wizard-button[dlgtype="next"] {
     45   margin-inline-start: 0px !important;
     46 }
     47 
     48 .wizard-button[dlgtype="back"] {
     49   margin-inline-end: 0px !important;
     50 }