Styles refer to .mkwsFacet rather than div.facet within .mkwsTermlists
[mkws-moved-to-github.git] / tools / htdocs / mkws.css
index 14e3475..3677d65 100644 (file)
     -webkit-border-top-right-radius: 10px;
 }
 
-.mkwsTermlists div.facet {
+.mkwsFacet {
     background: #e0f0ff;
     padding: 0.7em;
     margin-top: 0.7em;
     -webkit-border-top-right-radius: 10px;
 }
 
-.mkwsTermlists div.facet div.term {
+.mkwsFacet div.term {
     clear: both;
 }
 
-.mkwsTermlists div.facet div.term span {
+.mkwsFacet div.term span {
     float: right;
 }
 
 .mkwsRecord div.details {
     border: 1px solid #404040;
     background: #e8e8e8;
-    color: #A9A9A9;
+    color: black;
     padding: 5px 10px;
     margin: 10px 0px;
     box-shadow: 10px 10px 5px #808080;