web/data/cubicweb.old.css
changeset 10036 16f550b48d57
parent 9894 9461d1bd70bb
child 10069 e2a760b9fb93
--- 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;