summaryrefslogtreecommitdiffstats
path: root/modules-available/usblockoff/templates/usb-device-list.html
diff options
context:
space:
mode:
authorJannik Schönartz2018-03-13 17:21:56 +0100
committerJannik Schönartz2018-03-13 17:21:56 +0100
commitdfdbf088eb8345bd6885e79ace239d5b0e8db555 (patch)
tree74e28e76080a7b2d8b5912c46c91a3c7c80b13d8 /modules-available/usblockoff/templates/usb-device-list.html
parent[usb-lock-off] Changed + device button to save device button because onclick ... (diff)
downloadslx-admin-dfdbf088eb8345bd6885e79ace239d5b0e8db555.tar.gz
slx-admin-dfdbf088eb8345bd6885e79ace239d5b0e8db555.tar.xz
slx-admin-dfdbf088eb8345bd6885e79ace239d5b0e8db555.zip
[usb-lock-off] Better selection color for the add device table. Some warning fixes.
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 {