Dotclear


Ignore:
Timestamp:
07/12/18 22:36:24 (7 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Use system colors for input and textarea

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/style/scss/partials/_forms.scss

    r3770 r3778  
    8383input[type=number], 
    8484textarea, select, input:not([type=file]):invalid, input:not([type=file]):invalid:placeholder-shown { 
    85   color: $input-color; 
     85//  color: $input-color; 
    8686  box-shadow: 1px 1px 2px $input-shadow inset; 
    8787  padding: 3px; 
     
    9999input[type=number], 
    100100textarea, input:not([type=file]):invalid, input:not([type=file]):invalid:placeholder-shown { 
    101   background: $input-background; 
     101//  background: $input-background; 
    102102  border-width: 1px; 
    103103  border-style: solid; 
     
    105105} 
    106106input[type=file] { 
    107   color: $input-file-color; 
    108   background: $input-file-background; 
     107//  color: $input-file-color; 
     108//  background: $input-file-background; 
    109109} 
    110110// Special for invalid but not required fields 
Note: See TracChangeset for help on using the changeset viewer.

Sites map