# HG changeset patch # User RĂ©mi Cardona # Date 1417166197 -3600 # Node ID e2a760b9fb933eff0cf6f652e29ff11abea41772 # Parent 8d4266411be5f60a78566cf4e00953e220aeed4f [web] Slight tweak on jQueryUI's colors on links (related to #4564046) Follow up to commit 16f550b48d57 which was somewhat brutal. This change only overrides jQueryUI's CSS rules inside tab panes and leaves actual tab buttons alone. diff -r 8d4266411be5 -r e2a760b9fb93 web/data/cubicweb.css --- a/web/data/cubicweb.css Sun May 04 22:29:20 2014 +0200 +++ b/web/data/cubicweb.css Fri Nov 28 10:16:37 2014 +0100 @@ -53,10 +53,10 @@ } /* 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, +#pageContent .ui-tabs-panel a, +#pageContent .ui-tabs-panel a:active, +#pageContent .ui-tabs-panel a:visited, +#pageContent .ui-tabs-panel a:link, a, a:active, a:visited, a:link { color: %(aColor)s; text-decoration: none; diff -r 8d4266411be5 -r e2a760b9fb93 web/data/cubicweb.old.css --- a/web/data/cubicweb.old.css Sun May 04 22:29:20 2014 +0200 +++ b/web/data/cubicweb.old.css Fri Nov 28 10:16:37 2014 +0100 @@ -56,10 +56,10 @@ } /* 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, +#pageContent .ui-tabs-panel a, +#pageContent .ui-tabs-panel a:active, +#pageContent .ui-tabs-panel a:visited, +#pageContent .ui-tabs-panel a:link, a, a:active, a:visited, a:link { color: %(aColor)s; text-decoration: none;