Forráskód Böngészése

fixing the hidetripalpanel issue

Shawna 8 éve
szülő
commit
446cd1232c
1 módosított fájl, 1 hozzáadás és 1 törlés
  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;