diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2005-12-06 00:10:10 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2005-12-06 00:10:10 +0000 |
| commit | 5d2d8f414a1bf3c3be02fc70cd1af6d9d2fdc3f8 (patch) | |
| tree | 1d54869228acb19152a4c98edc5caad516784bc8 /styles | |
| parent | 4d35dabfa161ae449b777c3bb2827baa036ba0a0 (diff) | |
| download | calendar-5d2d8f414a1bf3c3be02fc70cd1af6d9d2fdc3f8.tar.gz calendar-5d2d8f414a1bf3c3be02fc70cd1af6d9d2fdc3f8.tar.bz2 calendar-5d2d8f414a1bf3c3be02fc70cd1af6d9d2fdc3f8.zip | |
merge recent changes into HEAD
Diffstat (limited to 'styles')
| -rw-r--r-- | styles/plain.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/styles/plain.css b/styles/plain.css index 3302bdf..82d64e6 100644 --- a/styles/plain.css +++ b/styles/plain.css @@ -3,7 +3,8 @@ /* hopefully we can select calendar styling options for the admin area soon */ .caltable th,.caltable td {vertical-align:top;} .body .caltable td {height:6em;} -.caltable .current {border:2px solid red; background:#ffc;} +.caltable .current {border:2px solid #900; background:#fed;} +.caltable .highlight {border:2px solid #aad;} .caloptions div {border-width:0 0 3px 0; border-style:solid; padding:2px 0 0 0;} .calitems div a {border-width:0 0 3px 0; border-style:solid; display:block; padding:3px 2px 1px 2px;} .calitems .calnumber a {border-width:0; padding:0;} |
