Dotclear


Ignore:
Timestamp:
02/21/18 13:55:01 (7 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Cope with specialized input fields in admin CSS

File:
1 edited

Legend:

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

    r3690 r3711  
    1 input[type=text], input[type=password], input[type=submit], input[type=button], input[type=reset], a.button, button, textarea, select, legend { 
     1input[type=text], 
     2input[type=color], 
     3input[type=email], 
     4input[type=url], 
     5input[type=datetime], 
     6input[type=date], 
     7input[type=time], 
     8input[type=file], 
     9input[type=number], 
     10input[type=password], 
     11input[type=submit], 
     12input[type=button], 
     13input[type=reset], 
     14a.button, button, textarea, select, legend { 
    215  max-width: 100%; 
    316} 
    4 input[type=text], input[type=password], input[type=submit], input[type=button], input[type=reset], a.button, button, textarea, legend { 
     17input[type=text], 
     18input[type=color], 
     19input[type=email], 
     20input[type=url], 
     21input[type=datetime], 
     22input[type=date], 
     23input[type=time], 
     24input[type=file], 
     25input[type=number], 
     26input[type=password], 
     27input[type=submit], 
     28input[type=button], 
     29input[type=reset], 
     30a.button, button, textarea, legend { 
    531  border-radius: 3px; 
    632} 
     
    2248  } 
    2349} 
    24 input[type=text], textarea { 
     50input[type=text], 
     51input[type=color], 
     52input[type=email], 
     53input[type=url], 
     54input[type=datetime], 
     55input[type=date], 
     56input[type=time], 
     57input[type=file], 
     58input[type=number], 
     59textarea { 
    2560  font-family: $sans-serif-input; 
    2661  font-size: 100%; 
     
    4580  background: #FFBABA; 
    4681} 
    47 input[type=text], input[type=password], textarea, select, input:not([type=file]):invalid, input:not([type=file]):invalid:placeholder-shown { 
     82input[type=text], 
     83input[type=password], 
     84input[type=color], 
     85input[type=email], 
     86input[type=url], 
     87input[type=datetime], 
     88input[type=date], 
     89input[type=time], 
     90input[type=file], 
     91input[type=number], 
     92textarea, select, input:not([type=file]):invalid, input:not([type=file]):invalid:placeholder-shown { 
    4893  color: #000; 
    4994  box-shadow: 1px 1px 2px #f3f3f3 inset; 
     
    5196  vertical-align: top; 
    5297} 
    53 input[type=text], input[type=password], textarea, input:not([type=file]):invalid, input:not([type=file]):invalid:placeholder-shown { 
     98input[type=text], 
     99input[type=password], 
     100input[type=color], 
     101input[type=email], 
     102input[type=url], 
     103input[type=datetime], 
     104input[type=date], 
     105input[type=time], 
     106input[type=file], 
     107input[type=number], 
     108textarea, input:not([type=file]):invalid, input:not([type=file]):invalid:placeholder-shown { 
    54109  background: #fcfcfc; 
    55110  border-width: 1px; 
     
    89144  background: transparent url(../images/check-on.png) no-repeat 0 50%; 
    90145} 
    91 input[type=text], input[type=password], textarea { 
     146input[type=text], 
     147input[type=color], 
     148input[type=email], 
     149input[type=url], 
     150input[type=datetime], 
     151input[type=date], 
     152input[type=time], 
     153input[type=number], 
     154input[type=password], 
     155textarea { 
    92156  margin-right: .3em; 
    93157} 
Note: See TracChangeset for help on using the changeset viewer.

Sites map