themes/openwrt and freifunk-generic: Add css to color cbi-table-rows while hovering...
[project/luci.git] / themes / freifunk-generic / htdocs / luci-static / freifunk-generic / cascade.css
index 514096efe596206c6d9012a60f1b69f6fa41f70b..1f9f7ef7f2cf6d6cb33496edef9ff387659e4903 100644 (file)
@@ -702,12 +702,17 @@ table.smalltext tr td {
        border-left: 1px dotted #666;
 }
 
-table.cbi-section-table .cbi-rowstyle-1,
-table.cbi-section-table .cbi-rowstyle-1 * {
+table.cbi-section-table .cbi-rowstyle-1 {
        background-color: #f1f6fa;
        color: #000;
 }
 
+table.cbi-section-table .cbi-rowstyle-1:hover,
+table.cbi-section-table .cbi-rowstyle-2:hover {
+       background-color: #b2c8d4;
+       color: #000000;
+}
+
 .cbi-section .cbi-rowstyle-1 h3 {
        background-color: #f1f6fa;
        color: #555;