summaryrefslogtreecommitdiffstats
path: root/modules-available/usblockoff/templates/usb-device-list.html
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/usblockoff/templates/usb-device-list.html')
-rw-r--r--modules-available/usblockoff/templates/usb-device-list.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/modules-available/usblockoff/templates/usb-device-list.html b/modules-available/usblockoff/templates/usb-device-list.html
index b23f5d7a..2c26996b 100644
--- a/modules-available/usblockoff/templates/usb-device-list.html
+++ b/modules-available/usblockoff/templates/usb-device-list.html
@@ -151,7 +151,11 @@
<style type='text/css'>
.selected {
- background-color: #F5F5F5;
+ background-color: rgba(124, 252, 0, 0.152);
+ }
+
+ .selected tr:hover {
+ background-color: rgba(124, 252, 0, 0.252) !important;
}
#myTable {