Changeset 3392:1307bab2614a for admin/style/scss/partials/_colors.scss
- Timestamp:
- 11/05/16 07:24:50 (9 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/scss/partials/_colors.scss
r3365 r3392 49 49 /* to hide main-menu */ 50 50 #collapser { 51 background: $light-blue; // #f3f3f3 url(../images/collapser-hide.png) no-repeat center bottom; 52 } 53 54 .hide-mm #collapser { 55 // background: #e3e3e3 url(../images/collapser-show.png) no-repeat center bottom; 51 // background: $light-blue; 52 background: $gray-light; 53 // background: $light-blue url(../images/collapser-hide.png) no-repeat center bottom; 54 &:hover, &:focus { 55 // background: $gray-dark; 56 background: $light-blue; 57 } 58 .hide-mm & { 59 // background: $gray-dark; 60 background: $light-blue; 61 // background: $light-blue url(../images/collapser-show.png) no-repeat center bottom; 62 &:hover, &:focus { 63 background: $gray-light; 64 } 65 } 56 66 } 57 67
Note: See TracChangeset
for help on using the changeset viewer.