Changeset 158:0feef9838bd0 for admin/style
- Timestamp:
- 05/05/11 07:43:36 (14 years ago)
- Branch:
- userprefs
- Location:
- admin/style
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r148 r158 1180 1180 input[type=button], 1181 1181 a.button, 1182 a.button.add,1183 1182 a.back { 1184 1183 display: inline-block; … … 1196 1195 /* validation */ 1197 1196 input[type=submit], 1198 input[type=button], 1199 a.button.add { 1197 input[type=button] { 1200 1198 color: #fff; 1201 1199 border: 1px solid #2373A8; … … 1209 1207 input[type=submit]:focus, 1210 1208 input[type=reset]:focus, 1211 input[type=button]:focus, 1212 a.button.add:hover, 1213 a.button.add:focus { 1209 input[type=button]:focus { 1214 1210 background: #2373A8; 1215 1211 background: -webkit-gradient(linear, left top, left bottom, from(#2373A8), to(#2C8FD1)); … … 1268 1264 content: "\ab\a0"; 1269 1265 } 1266 a.button.add { 1267 -webkit-border-radius: .5em; 1268 -moz-border-radius: .5em; 1269 border-radius: .5em; 1270 margin-bottom: .1em; 1271 background: #2C8FD1 url(add.png) no-repeat .2em center; 1272 color: #fff; 1273 padding: .2em 1em .2em 28px; 1274 border: 1px solid #2373A8; 1275 } 1276 a.button.add:hover, a.button.add:focus { 1277 background-color: #2373A8; 1278 }
Note: See TracChangeset
for help on using the changeset viewer.