summaryrefslogtreecommitdiff
path: root/public/css/theme1.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/css/theme1.css')
-rw-r--r--public/css/theme1.css33
1 files changed, 10 insertions, 23 deletions
diff --git a/public/css/theme1.css b/public/css/theme1.css
index 379f53e4..916d303a 100644
--- a/public/css/theme1.css
+++ b/public/css/theme1.css
@@ -6753,32 +6753,19 @@ body {
.footer a {
color: #888888;
}
-#shifts td.free {
- border: 1px solid #d9534f;
- background-color: #d9534f;
-}
-a#shifts td.free:hover,
-a#shifts td.free:focus {
- background-color: #c9302c;
-}
-#shifts td.occupied {
- border: 1px solid #5cb85c;
- background-color: #5cb85c;
+#shifts.table td,
+#shifts.table th {
+ background-color: #f0f0f0;
}
-a#shifts td.occupied:hover,
-a#shifts td.occupied:focus {
- background-color: #449d44;
-}
-#shifts td.collides {
- border: 1px solid #f0ad4e;
- background-color: #f0ad4e;
+#shifts.table .row-hour {
+ border-top-color: #888888;
}
-a#shifts td.collides:hover,
-a#shifts td.collides:focus {
- background-color: #ec971f;
+#shifts.table td.shift {
+ height: 1px;
+ padding: 0px 5px 5px 0px;
}
-#shifts td.own {
- border: 1px solid #888888;
+#shifts.table td.shift .panel {
+ margin-bottom: 0px;
}
.row-day {
border-top: 2px solid #888888;