From 20d4b1b1c3e6bc63a3af6fd1a794b7b2b4634d89 Mon Sep 17 00:00:00 2001 From: Felix Favre Date: Sat, 6 Dec 2014 19:49:54 +0100 Subject: shift view css changes --- public/css/theme1.css | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) (limited to 'public/css/theme1.css') diff --git a/public/css/theme1.css b/public/css/theme1.css index 75293613..e3a0e638 100644 --- a/public/css/theme1.css +++ b/public/css/theme1.css @@ -6327,18 +6327,30 @@ body { .footer a { color: #888888; } -td.free { +#shifts td.free { + border: 1px solid #888888; background-color: #d9534f; } -atd.free:hover { +a#shifts td.free:hover { background-color: #c9302c; } -td.occupied { +#shifts td.occupied { + border: 1px solid #888888; background-color: #5cb85c; } -atd.occupied:hover { +a#shifts td.occupied:hover { background-color: #449d44; } +#shifts td.collides { + border: 1px solid #888888; + background-color: #f0ad4e; +} +a#shifts td.collides:hover { + background-color: #ec971f; +} +#shifts td.own { + border: 1px solid #888888; +} .space-top { margin-top: 15px; } -- cgit v1.2.3-54-g00ecf