diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-07-27 02:28:20 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-07-27 02:28:20 -0700 |
commit | 09ae66f29fc7cbd46c13ae1f9361713cbce54153 (patch) | |
tree | 88b2f0d09f088d3d728aacd6ac9ae5939bb6be51 /rt/share/static | |
parent | 9aee669886202be7035e6c6049fc71bc99dd3013 (diff) |
appointment drag and drop, RT#34237
Diffstat (limited to 'rt/share/static')
-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; +} + |