changeset 10036 | 16f550b48d57 |
parent 9893 | cba05de9a1a0 |
child 10069 | e2a760b9fb93 |
--- a/web/data/cubicweb.css Wed Oct 29 16:39:36 2014 +0100 +++ b/web/data/cubicweb.css Fri Nov 07 10:33:40 2014 +0100 @@ -52,6 +52,11 @@ background: %(pageBgColor)s; } +/* more specific selectors to override jQueryUI's braindamaged CSS rules */ +#pageContent .ui-widget-content a, +#pageContent .ui-widget-content a:active, +#pageContent .ui-widget-content a:visited, +#pageContent .ui-widget-content a:link, a, a:active, a:visited, a:link { color: %(aColor)s; text-decoration: none;