summaryrefslogtreecommitdiffstats
path: root/modules-available/exams/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/exams/style.css')
-rw-r--r--modules-available/exams/style.css23
1 files changed, 12 insertions, 11 deletions
diff --git a/modules-available/exams/style.css b/modules-available/exams/style.css
index 89f312fa..4a6cd7da 100644
--- a/modules-available/exams/style.css
+++ b/modules-available/exams/style.css
@@ -1,16 +1,17 @@
- .vis-item.vis-background {
+.vis-item.vis-background {
background-color: rgba(192, 57, 43, .5) !important;
}
- .vis-item.spacer {
+
+.vis-item.spacer {
visibility: hidden;
- }
+}
- .vis-selected,
- .vis-readonly {
- background-color: #80D6F2 !important;
- border: 1px solid grey !important;
- }
+.vis-selected,
+.vis-readonly {
+ background-color: #80D6F2 !important;
+ border: 1px solid grey !important;
+}
- .vis-item.disabled {
- background-color: rgba(189, 195, 199,1.0) !important;
- }
+.vis-item.disabled {
+ background-color: rgba(189, 195, 199, 1.0) !important;
+}