kept the code for both possible approaches wrt checkboxes
[myslice.git] / plugins / querytable / static / css / querytable.css
index 19088ad..5af1b81 100644 (file)
@@ -25,3 +25,12 @@ div.querytable .slick-column-name {
 div.querytable {
     font-size: small;
 }
+
+/* an example of the css classes used */
+.querytable-column-network_hrn {
+    background-color:red;
+}
+
+.slick-checkbox {
+    background-color: blue;
+}