[web] Slight tweak on jQueryUI's colors on links (related to #4564046)
authorRémi Cardona <remi.cardona@logilab.fr>
Fri, 28 Nov 2014 10:16:37 +0100
changeset 10069 e2a760b9fb93
parent 10065 8d4266411be5
child 10070 5244592cb225
[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.
web/data/cubicweb.css
web/data/cubicweb.old.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;
--- 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;