[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.
--- 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;