Dotclear


Ignore:
Timestamp:
07/11/18 12:21:03 (7 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Use svg image rather than png for outgoing links

Location:
admin/style/scss
Files:
3 edited

Legend:

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

    r3770 r3771  
    210210     text-decoration: none; 
    211211} 
     212 
     213a.outgoing img, .outgoing-js { 
     214  width: .75em; 
     215  filter: contrast($outgoing-link-filter); 
     216  #header & { 
     217    width: 1.25em; 
     218    padding: 0 0 0 .5em; 
     219    vertical-align: initial; 
     220    filter: contrast(100%); 
     221  } 
     222} 
  • admin/style/scss/themes/_dark.scss

    r3770 r3771  
    151151$discrete-link-color:             $body-color; 
    152152 
     153$outgoing-link-filter:            100%; 
     154 
    153155// Forms 
    154156 
  • admin/style/scss/themes/_light.scss

    r3770 r3771  
    150150$discrete-link-color:             $gray-very-dark;                    // #323232 
    151151 
     152$outgoing-link-filter:            50%; 
     153 
    152154// Forms 
    153155 
Note: See TracChangeset for help on using the changeset viewer.

Sites map