summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2018-06-17 10:13:38 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2018-06-17 10:13:38 +0000
commit400b91f9c71fe364ccd39669817be9c466b9993b (patch)
tree566616e9e015c6caa123f296ff9b32bcf2910406 /public
parent46b04f3a2383c2d03b24f1fb6ebac881124c3d59 (diff)
downloadredmine-400b91f9c71fe364ccd39669817be9c466b9993b.tar.gz
redmine-400b91f9c71fe364ccd39669817be9c466b9993b.zip
Use arrows for repository browser.
git-svn-id: http://svn.redmine.org/redmine/trunk@17402 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r--public/stylesheets/application.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index fb2de92fd..6b04d9b7c 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -285,8 +285,8 @@ tr.entry td.age { text-align: right; }
tr.entry.file td.filename a { margin-left: 16px; }
tr.entry.file td.filename_no_report a { margin-left: 16px; }
-tr span.expander {background-image: url(../images/bullet_toggle_plus.png); padding-left: 8px; margin-left: 0; cursor: pointer;}
-tr.open span.expander {background-image: url(../images/bullet_toggle_minus.png);}
+tr span.expander {background: url(../images/arrow_right.png) no-repeat 2px 50%; padding-left: 8px; margin-left: 0; cursor: pointer;}
+tr.open span.expander {background-image: url(../images/arrow_down.png);}
tr.changeset { height: 20px }
tr.changeset ul, ol { margin-top: 0px; margin-bottom: 0px; }