equal
deleted
inserted
replaced
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 |