Ticket #14795: screen-reader-text.patch

File screen-reader-text.patch, 588 bytes (added by elfin, 3 years ago)
  • style.css

     
    325325 
    326326/* Text meant only for screen readers */ 
    327327.screen-reader-text { 
    328         position: absolute; 
     328        position: relative; 
    329329        left: -9000px; 
     330        top: -9000px;  
     331        height: 0px;  
    330332} 
    331333 
     334#access .screen-reader-text a:active, 
     335#access .screen-reader-text a:focus { 
     336        position: relative; 
     337        left: 9000px; 
     338        top: 8962px; 
     339        height: auto; 
     340        color: #fff; 
     341} 
    332342 
     343 
    333344/* =Header 
    334345-------------------------------------------------------------- */ 
    335346