Dotclear

Changeset 2846:6ff2f91304a8 for themes


Ignore:
Timestamp:
12/15/14 14:59:47 (11 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
2.7
Message:

Adjust a:focus CSS on archive page

Location:
themes/berlin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • themes/berlin/scss/partials/_archive.scss

    r2644 r2846  
    1313    a { 
    1414        color: $gray-very-dark; 
     15            &:focus { 
     16                color: $gray-very-light; 
     17            } 
    1518        } 
    1619    @media all and(min-width: $small-screen) { 
  • themes/berlin/style.css

    r2703 r2846  
    788788  overflow: hidden; 
    789789  text-align: left; 
    790   background-image: url('img/icon_prev.png?1390649129'); 
     790  background-image: url('img/icon_prev.png?1418493572'); 
    791791  background-repeat: no-repeat; 
    792792  background-position: 50% 50%; } 
     
    796796  overflow: hidden; 
    797797  text-align: left; 
    798   background-image: url('img/icon_next.png?1390649129'); 
     798  background-image: url('img/icon_next.png?1418493572'); 
    799799  background-repeat: no-repeat; 
    800800  background-position: 50% 50%; } 
     
    11551155  .arch-block a { 
    11561156    color: #373737; } 
     1157    .arch-block a:focus { 
     1158      color: #f9f9f9; } 
    11571159  @media all and (min-width: 30em) { 
    11581160    .arch-block { 
Note: See TracChangeset for help on using the changeset viewer.

Sites map