diff options
author | Go MAEDA <maeda@farend.jp> | 2017-11-25 16:31:50 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2017-11-25 16:31:50 +0000 |
commit | a92b92e501be54513e1f6c65cc26b729f4323cc0 (patch) | |
tree | 4da19fedd774955f03d2fd01e79f1e464f4aa314 /public | |
parent | fc93f14d642c560531bd13213dc4344c0d914ec4 (diff) | |
download | redmine-a92b92e501be54513e1f6c65cc26b729f4323cc0.tar.gz redmine-a92b92e501be54513e1f6c65cc26b729f4323cc0.zip |
Add right-click context menu to gantt bars (#10485).
Contributed by Mizuki ISHIKAWA.
git-svn-id: http://svn.redmine.org/redmine/trunk@17031 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/context_menu.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/public/stylesheets/context_menu.css b/public/stylesheets/context_menu.css index 2b9799387..7dcd9c81c 100644 --- a/public/stylesheets/context_menu.css +++ b/public/stylesheets/context_menu.css @@ -54,3 +54,6 @@ .context-menu-selection { background-color:#507AAA !important; color:#f8f8f8 !important; } .context-menu-selection a, .context-menu-selection a:hover { color:#f8f8f8 !important; } .context-menu-selection:hover { background-color:#507AAA !important; color:#f8f8f8 !important; } +div#gantt_area .context-menu-selection { background-color: rgba(80, 122, 170, 0.48) !important; } +div#gantt_area .context-menu-selection:hover { background-color: rgba(80, 122, 170, 0.48) !important; } +div#gantt_area .context-menu-selection a { color: #169 !important; } |