how to tweak e.g. a given plugin's background color
[unfold.git] / trash / css / dashboard.css
index 598d944..3bd686b 100644 (file)
@@ -1,3 +1,7 @@
 div#sidelist table.with-datatables {
     font-size: 130%;
 }
+# demo to show how to tweak a given section by setting its domid
+#complete-quickfilter {
+    background-color: #f080f0;
+}