summaryrefslogtreecommitdiff
path: root/public/css/theme2.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/css/theme2.css')
-rw-r--r--public/css/theme2.css33
1 files changed, 10 insertions, 23 deletions
diff --git a/public/css/theme2.css b/public/css/theme2.css
index e73daad3..5bc90f5f 100644
--- a/public/css/theme2.css
+++ b/public/css/theme2.css
@@ -6730,32 +6730,19 @@ body {
.footer a {
color: #777777;
}
-#shifts td.free {
- border: 1px solid #7f528b;
- background-color: #f1eaf2;
-}
-a#shifts td.free:hover,
-a#shifts td.free:focus {
- background-color: #dbcadf;
-}
-#shifts td.occupied {
- border: 1px solid #7b9c41;
- background-color: #f0f5e7;
+#shifts.table td,
+#shifts.table th {
+ background-color: #f0f0f0;
}
-a#shifts td.occupied:hover,
-a#shifts td.occupied:focus {
- background-color: #d9e6c3;
-}
-#shifts td.collides {
- border: 1px solid #e3a14d;
- background-color: #ffffff;
+#shifts.table .row-hour {
+ border-top-color: #777777;
}
-a#shifts td.collides:hover,
-a#shifts td.collides:focus {
- background-color: #e6e6e6;
+#shifts.table td.shift {
+ height: 1px;
+ padding: 0px 5px 5px 0px;
}
-#shifts td.own {
- border: 1px solid #777777;
+#shifts.table td.shift .panel {
+ margin-bottom: 0px;
}
.row-day {
border-top: 2px solid #777777;