summaryrefslogtreecommitdiffstats
path: root/public/stylesheets
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2019-05-14 09:26:57 +0000
committerGo MAEDA <maeda@farend.jp>2019-05-14 09:26:57 +0000
commitf1d10edf8157cdddbae29880a744ee7359046acc (patch)
tree6a600792d510a7af0b16c0b853d9998e2d6f07d5 /public/stylesheets
parent43e144ae852c614ce2965e317a2f25f382225bc3 (diff)
downloadredmine-f1d10edf8157cdddbae29880a744ee7359046acc.tar.gz
redmine-f1d10edf8157cdddbae29880a744ee7359046acc.zip
Swaps out the icon-fav for icon-user on projects#index (#31356).
Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@18164 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/stylesheets')
-rw-r--r--public/stylesheets/application.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index a34c4110b..11b9263ba 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -650,7 +650,7 @@ ul.projects div.description li {list-style-type:initial;}
#projects-index ul.projects div.description {
padding-top: 0.5em;
}
-#projects-index a.icon-fav {padding-left:0; padding-right:20px; background-position:98% 50%;}
+#projects-index a.icon-user {padding-left:0; padding-right:20px; background-position:98% 50%;}
#notified-projects>ul, #tracker_project_ids>ul, #custom_field_project_ids>ul {max-height:250px; overflow-y:auto;}