# HG changeset patch # User RĂ©mi Cardona # Date 1415352820 -3600 # Node ID 16f550b48d571ef1e2150981d25c698215a9e362 # Parent c5bcdece77fbf57585cc55503b711f6229bbfc2a [web] Override jQueryUI's colors on links (closes #4564046) diff -r c5bcdece77fb -r 16f550b48d57 web/data/cubicweb.css --- 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; diff -r c5bcdece77fb -r 16f550b48d57 web/data/cubicweb.old.css --- a/web/data/cubicweb.old.css Wed Oct 29 16:39:36 2014 +0100 +++ b/web/data/cubicweb.old.css Fri Nov 07 10:33:40 2014 +0100 @@ -55,6 +55,11 @@ font-size:105%; } +/* 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;