summaryrefslogtreecommitdiffstats
path: root/modules-available/serversetup-bwlp/style.css
diff options
context:
space:
mode:
authorUdo Walter2017-12-27 18:25:34 +0100
committerUdo Walter2017-12-27 18:25:34 +0100
commit37e4ff35a2b40cd8513e4f06df720668ba7fa661 (patch)
tree92d638c687c8ff1e9093528066cf37d54eca5e6e /modules-available/serversetup-bwlp/style.css
parent[permissionmanager] bugfix + added locationid 0 to the getAllowedLocations (diff)
downloadslx-admin-37e4ff35a2b40cd8513e4f06df720668ba7fa661.tar.gz
slx-admin-37e4ff35a2b40cd8513e4f06df720668ba7fa661.tar.xz
slx-admin-37e4ff35a2b40cd8513e4f06df720668ba7fa661.zip
[serversetup-bwlp] added permissions to edit boot address and menu and
to download the usb image
Diffstat (limited to 'modules-available/serversetup-bwlp/style.css')
-rw-r--r--modules-available/serversetup-bwlp/style.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/modules-available/serversetup-bwlp/style.css b/modules-available/serversetup-bwlp/style.css
new file mode 100644
index 00000000..3aea98af
--- /dev/null
+++ b/modules-available/serversetup-bwlp/style.css
@@ -0,0 +1,12 @@
+.disabledPanel {
+ cursor: not-allowed;
+}
+
+.disabledPanel > .panel-body {
+ pointer-events: none;
+ opacity: 0.8;
+}
+
+.panel-footer .btn-group {
+ cursor: not-allowed;
+} \ No newline at end of file