summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2019-05-20 22:26:30 +0000
committerGo MAEDA <maeda@farend.jp>2019-05-20 22:26:30 +0000
commit29403e710a8d0d83c81387f236082f209f3ba7ed (patch)
tree5e396ddcc22d5f7f93b75970340e0197a145f825 /public
parentda78e654f13b9b13e1584bac91dae9631c12f63e (diff)
downloadredmine-29403e710a8d0d83c81387f236082f209f3ba7ed.tar.gz
redmine-29403e710a8d0d83c81387f236082f209f3ba7ed.zip
Adds favorites and recently used projects lists to project jump box (#31355).
Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@18181 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r--public/images/tag_blue_add.pngbin0 -> 671 bytes
-rw-r--r--public/images/tag_blue_delete.pngbin0 -> 701 bytes
-rw-r--r--public/stylesheets/application.css2
3 files changed, 2 insertions, 0 deletions
diff --git a/public/images/tag_blue_add.png b/public/images/tag_blue_add.png
new file mode 100644
index 000000000..f135248f8
--- /dev/null
+++ b/public/images/tag_blue_add.png
Binary files differ
diff --git a/public/images/tag_blue_delete.png b/public/images/tag_blue_delete.png
new file mode 100644
index 000000000..9fbae6725
--- /dev/null
+++ b/public/images/tag_blue_delete.png
Binary files differ
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index 3950c3e05..03fd81441 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -1497,6 +1497,8 @@ 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-bookmark { background-image: url(../images/tag_blue_delete.png); }
+.icon-bookmark-off { background-image: url(../images/tag_blue_add.png); }
.icon-file { background-image: url(../images/files/default.png); }
.icon-file.text-plain { background-image: url(../images/files/text.png); }