diff options
Diffstat (limited to 'public/css/theme0.css')
-rw-r--r-- | public/css/theme0.css | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/public/css/theme0.css b/public/css/theme0.css index e5cd6ba9..2a79695f 100644 --- a/public/css/theme0.css +++ b/public/css/theme0.css @@ -6304,18 +6304,30 @@ body { .footer a { color: #777777; } -td.free { +#shifts td.free { + border: 1px solid #777777; background-color: #f2dede; } -atd.free:hover { +a#shifts td.free:hover { background-color: #e4b9b9; } -td.occupied { +#shifts td.occupied { + border: 1px solid #777777; background-color: #dff0d8; } -atd.occupied:hover { +a#shifts td.occupied:hover { background-color: #c1e2b3; } +#shifts td.collides { + border: 1px solid #777777; + background-color: #fcf8e3; +} +a#shifts td.collides:hover { + background-color: #f7ecb5; +} +#shifts td.own { + border: 1px solid #777777; +} .space-top { margin-top: 15px; } |