summaryrefslogtreecommitdiffstats
path: root/modules-available/exams/style.css
diff options
context:
space:
mode:
authorChristian Klinger2016-06-17 15:26:20 +0200
committerChristian Klinger2016-06-17 15:26:20 +0200
commit1433be46299be45b1dbb1d393c867c382368df97 (patch)
treed1ce45f0324f15af6414d38c1239732c814e2072 /modules-available/exams/style.css
parentAdded translation for messages. (diff)
downloadslx-admin-1433be46299be45b1dbb1d393c867c382368df97.tar.gz
slx-admin-1433be46299be45b1dbb1d393c867c382368df97.tar.xz
slx-admin-1433be46299be45b1dbb1d393c867c382368df97.zip
"Edit" for exam periods, UTC timestamps.
Diffstat (limited to 'modules-available/exams/style.css')
-rw-r--r--modules-available/exams/style.css13
1 files changed, 11 insertions, 2 deletions
diff --git a/modules-available/exams/style.css b/modules-available/exams/style.css
index bc5ae53e..89f312fa 100644
--- a/modules-available/exams/style.css
+++ b/modules-available/exams/style.css
@@ -1,7 +1,16 @@
.vis-item.vis-background {
- background-color: #E8A7A7 !important;
+ background-color: rgba(192, 57, 43, .5) !important;
}
.vis-item.spacer {
visibility: hidden;
- background-color: green !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;
}