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
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • admin/style/default-dark.css

    r3770 r3771  
    907907  border-bottom: none; 
    908908  text-decoration: none; } 
     909 
     910a.outgoing img, .outgoing-js { 
     911  width: .75em; 
     912  filter: contrast(100%); } 
     913  #header a.outgoing img, #header .outgoing-js { 
     914    width: 1.25em; 
     915    padding: 0 0 0 .5em; 
     916    vertical-align: initial; 
     917    filter: contrast(100%); } 
    909918 
    910919input[type=text], 
  • admin/style/default.css

    r3770 r3771  
    907907  border-bottom: none; 
    908908  text-decoration: none; } 
     909 
     910a.outgoing img, .outgoing-js { 
     911  width: .75em; 
     912  filter: contrast(50%); } 
     913  #header a.outgoing img, #header .outgoing-js { 
     914    width: 1.25em; 
     915    padding: 0 0 0 .5em; 
     916    vertical-align: initial; 
     917    filter: contrast(100%); } 
    909918 
    910919input[type=text], 
  • 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