diff options
author | Go MAEDA <maeda@farend.jp> | 2017-11-25 16:30:23 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2017-11-25 16:30:23 +0000 |
commit | fc93f14d642c560531bd13213dc4344c0d914ec4 (patch) | |
tree | b887121231374bcdde7fb1685da5a0319b8f2220 /public/stylesheets | |
parent | 4b30e7a90e21840eddabc67d42efa6b2c41ac60f (diff) | |
download | redmine-fc93f14d642c560531bd13213dc4344c0d914ec4.tar.gz redmine-fc93f14d642c560531bd13213dc4344c0d914ec4.zip |
Add right-click context menu to gantt subjects (#10485).
Contributed by Mizuki ISHIKAWA.
git-svn-id: http://svn.redmine.org/redmine/trunk@17030 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/stylesheets')
-rw-r--r-- | public/stylesheets/application.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 854616247..c9fbb4adf 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -1164,6 +1164,7 @@ div.wiki img {vertical-align:middle; max-width:100%;} .gantt_subjects { font-size: 0.8em; } .gantt_subjects div { line-height:16px;height:16px;overflow:hidden;white-space:nowrap;text-overflow: ellipsis; } +.gantt_subjects div.issue-subject:hover { background-color:#ffffdd; } .gantt_subjects .issue-subject img.icon-gravatar { margin: 2px 5px 0px 2px; |