Changeset 3711:004095dbea64 for admin/style/default.css
- Timestamp:
- 02/21/18 13:55:01 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r3690 r3711 984 984 text-decoration: none; } 985 985 986 input[type=text], input[type=password], input[type=submit], input[type=button], input[type=reset], a.button, button, textarea, select, legend { 986 input[type=text], 987 input[type=color], 988 input[type=email], 989 input[type=url], 990 input[type=datetime], 991 input[type=date], 992 input[type=time], 993 input[type=file], 994 input[type=number], 995 input[type=password], 996 input[type=submit], 997 input[type=button], 998 input[type=reset], 999 a.button, button, textarea, select, legend { 987 1000 max-width: 100%; } 988 1001 989 input[type=text], input[type=password], input[type=submit], input[type=button], input[type=reset], a.button, button, textarea, legend { 1002 input[type=text], 1003 input[type=color], 1004 input[type=email], 1005 input[type=url], 1006 input[type=datetime], 1007 input[type=date], 1008 input[type=time], 1009 input[type=file], 1010 input[type=number], 1011 input[type=password], 1012 input[type=submit], 1013 input[type=button], 1014 input[type=reset], 1015 a.button, button, textarea, legend { 990 1016 border-radius: 3px; } 991 1017 … … 1006 1032 background-color: #eee; } 1007 1033 1008 input[type=text], textarea { 1034 input[type=text], 1035 input[type=color], 1036 input[type=email], 1037 input[type=url], 1038 input[type=datetime], 1039 input[type=date], 1040 input[type=time], 1041 input[type=file], 1042 input[type=number], 1043 textarea { 1009 1044 font-family: inherit; 1010 1045 font-size: 100%; } … … 1029 1064 background: #FFBABA; } 1030 1065 1031 input[type=text], input[type=password], textarea, select, input:not([type=file]):invalid, input:not([type=file]):invalid:placeholder-shown { 1066 input[type=text], 1067 input[type=password], 1068 input[type=color], 1069 input[type=email], 1070 input[type=url], 1071 input[type=datetime], 1072 input[type=date], 1073 input[type=time], 1074 input[type=file], 1075 input[type=number], 1076 textarea, select, input:not([type=file]):invalid, input:not([type=file]):invalid:placeholder-shown { 1032 1077 color: #000; 1033 1078 box-shadow: 1px 1px 2px #f3f3f3 inset; … … 1035 1080 vertical-align: top; } 1036 1081 1037 input[type=text], input[type=password], textarea, input:not([type=file]):invalid, input:not([type=file]):invalid:placeholder-shown { 1082 input[type=text], 1083 input[type=password], 1084 input[type=color], 1085 input[type=email], 1086 input[type=url], 1087 input[type=datetime], 1088 input[type=date], 1089 input[type=time], 1090 input[type=file], 1091 input[type=number], 1092 textarea, input:not([type=file]):invalid, input:not([type=file]):invalid:placeholder-shown { 1038 1093 background: #fcfcfc; 1039 1094 border-width: 1px; … … 1068 1123 background: transparent url(../images/check-on.png) no-repeat 0 50%; } 1069 1124 1070 input[type=text], input[type=password], textarea { 1125 input[type=text], 1126 input[type=color], 1127 input[type=email], 1128 input[type=url], 1129 input[type=datetime], 1130 input[type=date], 1131 input[type=time], 1132 input[type=number], 1133 input[type=password], 1134 textarea { 1071 1135 margin-right: .3em; } 1072 1136 … … 2104 2168 margin-top: 1em; } 2105 2169 #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], 2106 2178 #login-screen input[type=password], 2107 2179 #login-screen input[type=submit], 2108 2180 #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, 2109 2189 #login-screen input[type=password]:focus, 2110 2190 #login-screen input[type=submit]:focus {
Note: See TracChangeset
for help on using the changeset viewer.