Browse Source

fixing the hidetripalpanel issue

Shawna 8 năm trước cách đây
mục cha
commit
446cd1232c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;