summaryrefslogtreecommitdiffstats
path: root/modules-available/usblockoff/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/usblockoff/style.css')
-rw-r--r--modules-available/usblockoff/style.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/modules-available/usblockoff/style.css b/modules-available/usblockoff/style.css
new file mode 100644
index 00000000..266ca2ec
--- /dev/null
+++ b/modules-available/usblockoff/style.css
@@ -0,0 +1,13 @@
+.fixedTableLayout {
+ table-layout: fixed;
+ width: 100%;
+}
+
+.tableWrapBreakWord{
+ 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