Dotclear


Ignore:
Timestamp:
07/06/18 16:37:54 (7 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Switch from img to input for expanding/hiding various contents (posts, module details, …)

File:
1 edited

Legend:

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

    r3763 r3768  
    3535     vertical-align: middle; 
    3636} 
    37  
    38 /* Boutons javascript (dépliage/repliage, …) */ 
    39  
    40 .void-btn { 
    41      border: none; 
    42      border-radius: 0; 
    43      padding: 0; 
    44 } 
    45  
    4637 
    4738/* validation */ 
     
    209200} 
    210201 
     202/* Boutons javascript (dépliage/repliage, …) */ 
     203 
     204.void-btn { 
     205  border: none; 
     206  border-radius: 0; 
     207  padding: 0; 
     208} 
     209 
     210input.details-cmd { 
     211  font-size: 0.9em; 
     212  border: none; 
     213  border-radius: 0; 
     214  padding: 0; 
     215  margin: 0 5px 0 0; 
     216  color: currentColor; 
     217  background: transparent; 
     218  &:hover, 
     219  &:focus { 
     220    background: transparent; 
     221    color: $input-focus; 
     222  } 
     223} 
    211224 
    212225/* specific buttons */ 
     
    260273     border-radius: 0; 
    261274     padding: 0; 
    262      background: none; 
     275  color: $addmeta-color; 
     276     background: $addmeta-background; 
    263277} 
    264278 
     
    269283     &:hover, 
    270284     &:focus { 
    271     background: $addmeta-background; 
     285    color: $addmeta-focus-color; 
     286    background: $addmeta-focus-background; 
    272287     } 
    273288} 
Note: See TracChangeset for help on using the changeset viewer.

Sites map