Dotclear


Ignore:
Timestamp:
11/05/16 07:24:50 (9 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Soften collapser when menu displayed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/style/scss/partials/_colors.scss

    r3365 r3392  
    4949/* to hide main-menu */ 
    5050#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     } 
    5666} 
    5767 
Note: See TracChangeset for help on using the changeset viewer.

Sites map