Changeset 3442:2cfa77757f11 for admin/style/scss/partials/_buttons.scss
- Timestamp:
- 12/06/16 14:45:01 (9 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/scss/partials/_buttons.scss
r3439 r3442 223 223 /* specific buttons */ 224 224 225 // Ajax or js buttons (action do not reload current page) 225 226 .checkbox-helper, 226 227 #gototop, … … 270 271 271 272 .addMeta button:not(.metaGetMore) { 272 border-bottom: #676e78 1px dotted;273 273 text-shadow: initial; 274 274 box-shadow: initial; 275 275 margin-bottom: 2px; 276 } 276 &:hover, 277 &:focus { 278 background: #fc0; 279 } 280 }
Note: See TracChangeset
for help on using the changeset viewer.