themes/openwrt and freifunk-generic: Add css to color cbi-table-rows while hovering...
authorManuel Munz <freifunk@somakoma.de>
Mon, 30 May 2011 21:55:28 +0000 (21:55 +0000)
committerManuel Munz <freifunk@somakoma.de>
Mon, 30 May 2011 21:55:28 +0000 (21:55 +0000)
themes/freifunk-generic/htdocs/luci-static/freifunk-generic/cascade.css
themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css

index 514096e..1f9f7ef 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;
index 8d9a7a7..b1c2a81 100644 (file)
@@ -541,12 +541,17 @@ table.smalltext tr td {
        border-left: 1px solid #666666;
 }
 
-table.cbi-section-table .cbi-rowstyle-1,
-table.cbi-section-table .cbi-rowstyle-1>* {
+table.cbi-section-table .cbi-rowstyle-1 {
        background-color: #eeeeff;
        color: #000000;
 }
 
+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: #eeeeff;
        color: #555555;