diff options
author | Go MAEDA <maeda@farend.jp> | 2019-05-27 21:19:51 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2019-05-27 21:19:51 +0000 |
commit | 5b29b2b5d1c19181c9887beba4dee600f4a3aadf (patch) | |
tree | b564401881860ed9ca65b12d4e37755721f350e0 /public | |
parent | 069577c1331ccda51966aa9873e12ebcf758a4b7 (diff) | |
download | redmine-5b29b2b5d1c19181c9887beba4dee600f4a3aadf.tar.gz redmine-5b29b2b5d1c19181c9887beba4dee600f4a3aadf.zip |
Use the regular "icon icon-*" classes for sort-handle (#31433).
Patch by Marius BALTEANU.
git-svn-id: http://svn.redmine.org/redmine/trunk@18203 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/application.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 5f8aea732..e9cf8921f 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -1500,6 +1500,7 @@ td.gantt_selected_column .gantt_hdr,.gantt_selected_column_container { .icon-add-bullet { background-image: url(../images/bullet_add.png); } .icon-shared { background-image: url(../images/link.png); } .icon-actions { background-image: url(../images/3_bullets.png); } +.icon-sort-handle { background-image: url(../images/reorder.png); } .icon-bookmark { background-image: url(../images/tag_blue_delete.png); } .icon-bookmark-off { background-image: url(../images/tag_blue_add.png); } @@ -1522,7 +1523,7 @@ td.gantt_selected_column .gantt_hdr,.gantt_selected_column_container { .icon-file.application-zip { background-image: url(../images/files/zip.png); } .icon-file.application-x-gzip { background-image: url(../images/files/zip.png); } -.sort-handle { width:16px; height:16px; background:url(../images/reorder.png) no-repeat 0 50%; cursor:move; } +.sort-handle { cursor:move; } .sort-handle.ajax-loading { background-image: url(../images/loading.gif); } tr.ui-sortable-helper { border:1px solid #e4e4e4; } |