web/data/cubicweb.css
changeset 10036 16f550b48d57
parent 9893 cba05de9a1a0
child 10069 e2a760b9fb93
equal deleted inserted replaced
10035:c5bcdece77fb 10036:16f550b48d57
    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-widget-content a,
       
    57 #pageContent .ui-widget-content a:active,
       
    58 #pageContent .ui-widget-content a:visited,
       
    59 #pageContent .ui-widget-content 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