Bläddra i källkod

fixing the hidetripalpanel issue

Shawna 8 år sedan
förälder
incheckning
446cd1232c
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      tripal_ds/theme/css/tripal_ds.css

+ 1 - 1
tripal_ds/theme/css/tripal_ds.css

@@ -15,7 +15,7 @@
 }
 
 .hideTripalPane {
-	display: none;
+	display: none!important;
 }
 .showTripalPane {
 	display: inherit;