Changeset 204:2f0d3ac4c859 for admin/style/default.css
- Timestamp:
- 05/07/11 16:59:32 (14 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r173 r204 1182 1182 input[type=button], 1183 1183 a.button, 1184 a.back { 1184 a.back, 1185 a.submit { 1185 1186 display: inline-block; 1186 1187 outline: none; … … 1197 1198 /* validation */ 1198 1199 input[type=submit], 1199 input[type=button] { 1200 input[type=button], 1201 a.submit { 1200 1202 color: #fff; 1201 1203 border: 1px solid #2373A8; … … 1205 1207 } 1206 1208 input[type=submit]:hover, 1207 input[type=reset]:hover,1208 1209 input[type=button]:hover, 1210 a.submit:hover, 1209 1211 input[type=submit]:focus, 1210 input[type= reset]:focus,1211 input[type=button]:focus {1212 input[type=button]:focus, 1213 a.submit:focus { 1212 1214 background: #2373A8; 1213 1215 background: -webkit-gradient(linear, left top, left bottom, from(#2373A8), to(#2C8FD1)); … … 1230 1232 a.button:hover, 1231 1233 a.back:hover, 1234 input[type=reset]:hover, 1232 1235 input[type=submit].reset:hover, 1233 1236 input[type=submit].delete:hover, 1234 1237 a.button:focus, 1235 1238 a.back:focus, 1239 input[type=reset]:focus, 1236 1240 input[type=submit].reset:focus, 1237 1241 input[type=submit].delete:focus {
Note: See TracChangeset
for help on using the changeset viewer.