Move termlist hiding to CSS MKWS-258
[mkws-moved-to-github.git] / tools / htdocs / mkws.css
index c21ed17..cb5f2e7 100644 (file)
     background: #d0e0ff;
     padding: 0.7em;
     font-size: small;
+    display: none;
 
     border-top-right-radius: 10px;
     -moz-border-top-right-radius: 10px;
     -webkit-border-top-right-radius: 10px;
 }
 
+.mkwsTermlists.active {
+    display: block;
+}
+
 .mkwsFacet {
     background: #e0f0ff;
     padding: 0.7em;