web/data/cubicweb.css
changeset 10074 ab956b780d4e
parent 9897 fa44db7da2dc
parent 10069 e2a760b9fb93
child 10121 23af005426bf
equal deleted inserted replaced
10068:1b0cb3c6c95e 10074:ab956b780d4e
    50 
    50 
    51 html, body {
    51 html, body {
    52   background: %(pageBgColor)s;
    52   background: %(pageBgColor)s;
    53 }
    53 }
    54 
    54 
       
    55 /* more specific selectors to override jQueryUI's braindamaged CSS rules */
       
    56 #pageContent .ui-tabs-panel a,
       
    57 #pageContent .ui-tabs-panel a:active,
       
    58 #pageContent .ui-tabs-panel a:visited,
       
    59 #pageContent .ui-tabs-panel a:link,
    55 a, a:active, a:visited, a:link {
    60 a, a:active, a:visited, a:link {
    56   color: %(aColor)s;
    61   color: %(aColor)s;
    57   text-decoration: none;
    62   text-decoration: none;
    58 }
    63 }
    59 
    64