elbaitemoon

Elbaite theme for Pale Moon
Log | Files | Refs

filefield.css (843B)


      1 /*
      2 # -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
      3 # This Source Code Form is subject to the terms of the Mozilla Public
      4 # License, v. 2.0. If a copy of the MPL was not distributed with this
      5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
      6 */
      7 
      8 /* File Field Widget */
      9 filefield {
     10   margin: 2px 4px;
     11   -moz-appearance: none;
     12   background-color: #181411;
     13   color: #bfbbb6;
     14   border-color: rgb(50,50,50);
     15 }
     16 
     17 .fileFieldContentBox {
     18   background-color: #181411;
     19   color: #bfbbb6;
     20 }
     21 
     22 .fileFieldIcon[disabled="true"] {
     23   opacity: 0.4;
     24 }
     25 
     26 .fileFieldIcon {
     27   width: 16px;
     28   height: 16px;
     29   margin-top: 1px;
     30   margin-bottom: 1px;
     31   margin-inline-start: 1px;
     32   margin-inline-end: 4px;
     33 }
     34 
     35 .fileFieldLabel {
     36   -moz-appearance: none;
     37   background-color: transparent;
     38   color: #bfbbb6;
     39   border: none;
     40   margin: 0px;
     41 }