Explorar el Código

fixing the hidetripalpanel issue

Shawna hace 8 años
padre
commit
446cd1232c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;