web/data/cubicweb.css
changeset 10069 e2a760b9fb93
parent 10036 16f550b48d57
child 10074 ab956b780d4e
equal deleted inserted replaced
10065:8d4266411be5 10069:e2a760b9fb93
    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 */
    55 /* more specific selectors to override jQueryUI's braindamaged CSS rules */
    56 #pageContent .ui-widget-content a,
    56 #pageContent .ui-tabs-panel a,
    57 #pageContent .ui-widget-content a:active,
    57 #pageContent .ui-tabs-panel a:active,
    58 #pageContent .ui-widget-content a:visited,
    58 #pageContent .ui-tabs-panel a:visited,
    59 #pageContent .ui-widget-content a:link,
    59 #pageContent .ui-tabs-panel a:link,
    60 a, a:active, a:visited, a:link {
    60 a, a:active, a:visited, a:link {
    61   color: %(aColor)s;
    61   color: %(aColor)s;
    62   text-decoration: none;
    62   text-decoration: none;
    63 }
    63 }
    64 
    64