kept the code for both possible approaches wrt checkboxes
[myslice.git] / plugins / querytable / static / css / querytable.css
index 28c6d2e..5af1b81 100644 (file)
@@ -15,3 +15,22 @@ div.querytable div {
      -moz-box-sizing: content-box;
           box-sizing: content-box;
 }
+
+div.querytable .slick-column-name {
+    font-weight: bold;
+    font-size: medium;
+    padding: 5px;
+ }
+
+div.querytable {
+    font-size: small;
+}
+
+/* an example of the css classes used */
+.querytable-column-network_hrn {
+    background-color:red;
+}
+
+.slick-checkbox {
+    background-color: blue;
+}