Dotclear

Changeset 2514:13a468a0e9b5


Ignore:
Timestamp:
11/06/13 07:02:04 (10 years ago)
Author:
Anne Kozlika <kozlika@…>
Branch:
2.6
Message:

Add strong focus effect on links.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/style/default.css

    r2510 r2514  
    442442     text-decoration: none; 
    443443     border-bottom: 1px dotted #999; 
    444      } 
    445 a:hover, a:active, a:focus { 
     444     background-color: inherit; 
     445     } 
     446a:hover, a:active { 
    446447     border-bottom-style: solid; 
    447448     } 
    448449a img, a:link img, a:visited img { 
    449450     border: none; 
     451     background: inherit; 
    450452     } 
    451453h1 a:link, h1 a:visited { 
     
    455457     color: #333; 
    456458     } 
     459a:link { 
     460  transition: .5s; 
     461} 
     462a:visited { 
     463  color: inherit; 
     464} 
     465a:focus, a:focus img { 
     466  outline: 2px ridge red; 
     467  border-bottom: none; 
     468  text-decoration: none; 
     469} 
     470 
    457471/* ---------------------------------------------------------------------------- 
    458472                                                                                     FORMULAIRES 
     
    933947h1 a:hover, h1 a:focus { 
    934948     background-position: 0 -94px; 
     949     background-color: transparent; 
    935950     } 
    936951/* top-info-blog */ 
     
    14871502     background: #bee74b; 
    14881503     } 
    1489 #icons a:focus span, #icons a:hover span { 
     1504#icons a:hover span { 
    14901505     border-bottom-style: solid; 
    14911506     } 
Note: See TracChangeset for help on using the changeset viewer.

Sites map