diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2015-07-27 02:28:23 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2015-07-27 02:28:23 -0700 |
| commit | 399d6c03a5c5f9c3487a20c539a630a7bd4607ae (patch) | |
| tree | 5fcaf28d158ca4e24d9c888a44518f3282551a5a /rt/share/static/css | |
| parent | 9ec9d2efde667c71cffb6823d4d3aa51b8c761cb (diff) | |
appointment drag and drop, RT#34237
Diffstat (limited to 'rt/share/static/css')
| -rw-r--r-- | rt/share/static/css/calendar.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rt/share/static/css/calendar.css b/rt/share/static/css/calendar.css index a91917c24..566f969ba 100644 --- a/rt/share/static/css/calendar.css +++ b/rt/share/static/css/calendar.css @@ -201,3 +201,7 @@ table.rtxweeklycalendar td.labels { border-bottom: 1px solid #eeeeee; } +.ui-effects-transfer { + border: 1px solid black; +} + |
