diff --git a/luci-app-wrtbwmon/luasrc/view/wrtbwmon.htm b/luci-app-wrtbwmon/luasrc/view/wrtbwmon.htm index dc8611e..1ed547b 100644 --- a/luci-app-wrtbwmon/luasrc/view/wrtbwmon.htm +++ b/luci-app-wrtbwmon/luasrc/view/wrtbwmon.htm @@ -120,10 +120,11 @@ } .tr:hover { - background-color: rgba(248, 248, 248,0.4); + background-color: rgba(255,255,255,0.1); } .tr.table-totals { - background: #eee !important; + background-color: rgba(255,255,255,0.2); + padding: 3px; } .cbi-progressbar { @@ -131,7 +132,7 @@ position: relative; height: 22px; margin: 1px; - border: thin solid #999; + border: 1px solid #999; background: rgba(0, 0, 0, 0.08); font-size: 0.8rem !important; text-align: center;