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/default.css

    r3690 r3711  
    984984  text-decoration: none; } 
    985985 
    986 input[type=text], input[type=password], input[type=submit], input[type=button], input[type=reset], a.button, button, textarea, select, legend { 
     986input[type=text], 
     987input[type=color], 
     988input[type=email], 
     989input[type=url], 
     990input[type=datetime], 
     991input[type=date], 
     992input[type=time], 
     993input[type=file], 
     994input[type=number], 
     995input[type=password], 
     996input[type=submit], 
     997input[type=button], 
     998input[type=reset], 
     999a.button, button, textarea, select, legend { 
    9871000  max-width: 100%; } 
    9881001 
    989 input[type=text], input[type=password], input[type=submit], input[type=button], input[type=reset], a.button, button, textarea, legend { 
     1002input[type=text], 
     1003input[type=color], 
     1004input[type=email], 
     1005input[type=url], 
     1006input[type=datetime], 
     1007input[type=date], 
     1008input[type=time], 
     1009input[type=file], 
     1010input[type=number], 
     1011input[type=password], 
     1012input[type=submit], 
     1013input[type=button], 
     1014input[type=reset], 
     1015a.button, button, textarea, legend { 
    9901016  border-radius: 3px; } 
    9911017 
     
    10061032    background-color: #eee; } 
    10071033 
    1008 input[type=text], textarea { 
     1034input[type=text], 
     1035input[type=color], 
     1036input[type=email], 
     1037input[type=url], 
     1038input[type=datetime], 
     1039input[type=date], 
     1040input[type=time], 
     1041input[type=file], 
     1042input[type=number], 
     1043textarea { 
    10091044  font-family: inherit; 
    10101045  font-size: 100%; } 
     
    10291064  background: #FFBABA; } 
    10301065 
    1031 input[type=text], input[type=password], textarea, select, input:not([type=file]):invalid, input:not([type=file]):invalid:placeholder-shown { 
     1066input[type=text], 
     1067input[type=password], 
     1068input[type=color], 
     1069input[type=email], 
     1070input[type=url], 
     1071input[type=datetime], 
     1072input[type=date], 
     1073input[type=time], 
     1074input[type=file], 
     1075input[type=number], 
     1076textarea, select, input:not([type=file]):invalid, input:not([type=file]):invalid:placeholder-shown { 
    10321077  color: #000; 
    10331078  box-shadow: 1px 1px 2px #f3f3f3 inset; 
     
    10351080  vertical-align: top; } 
    10361081 
    1037 input[type=text], input[type=password], textarea, input:not([type=file]):invalid, input:not([type=file]):invalid:placeholder-shown { 
     1082input[type=text], 
     1083input[type=password], 
     1084input[type=color], 
     1085input[type=email], 
     1086input[type=url], 
     1087input[type=datetime], 
     1088input[type=date], 
     1089input[type=time], 
     1090input[type=file], 
     1091input[type=number], 
     1092textarea, input:not([type=file]):invalid, input:not([type=file]):invalid:placeholder-shown { 
    10381093  background: #fcfcfc; 
    10391094  border-width: 1px; 
     
    10681123  background: transparent url(../images/check-on.png) no-repeat 0 50%; } 
    10691124 
    1070 input[type=text], input[type=password], textarea { 
     1125input[type=text], 
     1126input[type=color], 
     1127input[type=email], 
     1128input[type=url], 
     1129input[type=datetime], 
     1130input[type=date], 
     1131input[type=time], 
     1132input[type=number], 
     1133input[type=password], 
     1134textarea { 
    10711135  margin-right: .3em; } 
    10721136 
     
    21042168    margin-top: 1em; } 
    21052169  #login-screen input[type=text], 
     2170  #login-screen input[type=color], 
     2171  #login-screen input[type=email], 
     2172  #login-screen input[type=url], 
     2173  #login-screen input[type=datetime], 
     2174  #login-screen input[type=date], 
     2175  #login-screen input[type=time], 
     2176  #login-screen input[type=file], 
     2177  #login-screen input[type=number], 
    21062178  #login-screen input[type=password], 
    21072179  #login-screen input[type=submit], 
    21082180  #login-screen input[type=text]:focus, 
     2181  #login-screen input[type=color]:focus, 
     2182  #login-screen input[type=email]:focus, 
     2183  #login-screen input[type=url]:focus, 
     2184  #login-screen input[type=datetime]:focus, 
     2185  #login-screen input[type=date]:focus, 
     2186  #login-screen input[type=time]:focus, 
     2187  #login-screen input[type=file]:focus, 
     2188  #login-screen input[type=number]:focus, 
    21092189  #login-screen input[type=password]:focus, 
    21102190  #login-screen input[type=submit]:focus { 
Note: See TracChangeset for help on using the changeset viewer.

Sites map