Dotclear

Changeset 3442:2cfa77757f11


Ignore:
Timestamp:
12/06/16 14:45:01 (9 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Adjust meta look

Location:
admin
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • admin/js/meta-editor.js

    r3439 r3442  
    7979 
    8080               this.meta_list.empty(); 
    81                for (var i=0; i<meta.length; i++) { 
     81               for (var i=0; i < meta.length; i++) { 
    8282                    li = $('<li>'+meta[i]+'</li>'); 
    8383                    a_remove = $('<button class="metaRemove"><img src="images/trash.png" alt="remove" /></button>'); 
  • admin/style/default.css

    r3439 r3442  
    14041404 
    14051405.addMeta button:not(.metaGetMore) { 
    1406   border-bottom: #676e78 1px dotted; 
    14071406  text-shadow: initial; 
    14081407  box-shadow: initial; 
    14091408  margin-bottom: 2px; } 
     1409  .addMeta button:not(.metaGetMore):hover, .addMeta button:not(.metaGetMore):focus { 
     1410    background: #fc0; } 
    14101411 
    14111412.warn, 
  • admin/style/scss/partials/_buttons.scss

    r3439 r3442  
    223223/* specific buttons */ 
    224224 
     225// Ajax or js buttons (action do not reload current page) 
    225226.checkbox-helper, 
    226227#gototop, 
     
    270271 
    271272.addMeta button:not(.metaGetMore) { 
    272      border-bottom: #676e78 1px dotted; 
    273273     text-shadow: initial; 
    274274     box-shadow: initial; 
    275275     margin-bottom: 2px; 
    276 } 
     276     &:hover, 
     277     &:focus { 
     278          background: #fc0; 
     279     } 
     280} 
Note: See TracChangeset for help on using the changeset viewer.

Sites map