Changeset 3435:991da32caed1 for admin/style
- Timestamp:
- 12/03/16 10:02:56 (9 years ago)
- Branch:
- default
- Location:
- admin/style
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r3434 r3435 1361 1361 /* specific buttons */ 1362 1362 .checkbox-helper { 1363 font-size: smaller; } 1363 font-size: 0.825em; 1364 text-shadow: none; 1365 background-color: transparent; 1366 background-image: none; 1367 box-shadow: none; 1368 border: 1px solid #676e78; 1369 margin-bottom: .25em; } 1370 .checkbox-helper:hover { 1371 background-color: #a2cbe9; 1372 background-image: none; 1373 box-shadow: none; } 1364 1374 1365 1375 .metaRemove, -
admin/style/scss/partials/_buttons.scss
r3434 r3435 222 222 223 223 .checkbox-helper { 224 font-size: smaller; 224 font-size: 0.825em; 225 text-shadow: none; 226 background-color: transparent; 227 background-image: none; 228 box-shadow: none; 229 border: 1px solid #676e78; 230 margin-bottom: .25em; 231 &:hover { 232 background-color: #a2cbe9; 233 background-image: none; 234 box-shadow: none; 235 } 225 236 } 226 237
Note: See TracChangeset
for help on using the changeset viewer.