summaryrefslogtreecommitdiffstats
path: root/modules-available/usblockoff/style.css
diff options
context:
space:
mode:
authorChristian Hofmaier2018-03-20 15:35:18 +0100
committerChristian Hofmaier2018-03-20 15:35:18 +0100
commitd2862870c0ecd1e4855db1b0ec3a455fed876af1 (patch)
treebc6b63b27bc88055435a73ef05c0223768becec3 /modules-available/usblockoff/style.css
parent[usb-lock-off] tooltip that first matching rule (from top to bottom) is applied (diff)
downloadslx-admin-d2862870c0ecd1e4855db1b0ec3a455fed876af1.tar.gz
slx-admin-d2862870c0ecd1e4855db1b0ec3a455fed876af1.tar.xz
slx-admin-d2862870c0ecd1e4855db1b0ec3a455fed876af1.zip
[usb-lock-off] now you can add a description which is shown on the front page, edited database, added template tags, made nice red-flag for missing input name :)
Diffstat (limited to 'modules-available/usblockoff/style.css')
-rw-r--r--modules-available/usblockoff/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules-available/usblockoff/style.css b/modules-available/usblockoff/style.css
index 5867511a..b54b2d88 100644
--- a/modules-available/usblockoff/style.css
+++ b/modules-available/usblockoff/style.css
@@ -5,4 +5,9 @@
#configurationTable th, #configurationTable td {
word-wrap: break-word
+}
+
+.missingInput {
+ border-color: rgba(255, 0, 0, 0.8);
+ box-shadow: 0 1px 1px rgba(255, 0, 0, 0.075) inset, 0 0 8px rgba(255, 0, 0, 0.6);
} \ No newline at end of file