diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-01-15 12:09:24 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-01-15 12:09:24 +0000 |
commit | df18ece50437b105091f3e26cfa6748fd45fe12f (patch) | |
tree | 8b4b7865c9f19ef9d66cb1148a181e867193a4b7 /public | |
parent | bef55bf1ab3632281160c14b487a7149eb8754f8 (diff) | |
download | redmine-df18ece50437b105091f3e26cfa6748fd45fe12f.tar.gz redmine-df18ece50437b105091f3e26cfa6748fd45fe12f.zip |
Always show "Jump to project" drop-down (#24833).
Patch by Go MAEDA.
git-svn-id: http://svn.redmine.org/redmine/trunk@16199 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/application.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index a7e51146f..641dd01e7 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -202,6 +202,9 @@ div + .drdn-items {border-top:1px solid #ccc;} .drdn-items.selection>*.selected:before { content:"\2713 "; } +.drdn-items.selection:empty { + border: none; +} .drdn-items>span {color:#999;} #project-jump.drdn {width:200px;display:inline-block;} |