diff options
author | Go MAEDA <maeda@farend.jp> | 2018-08-01 02:25:57 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2018-08-01 02:25:57 +0000 |
commit | 1e0663de9d0d81cd4e508cab77a309129b311f83 (patch) | |
tree | a64fd6107d2f67335857e4a4ab8dfabae367bc5c /public/stylesheets/context_menu.css | |
parent | cd6ab182093c0e74a851337a8d1ac7a352374516 (diff) | |
download | redmine-1e0663de9d0d81cd4e508cab77a309129b311f83.tar.gz redmine-1e0663de9d0d81cd4e508cab77a309129b311f83.zip |
Add the missing icon class to the items with icons from the contextual menu (#28605).
Patch by Marius BALTEANU.
git-svn-id: http://svn.redmine.org/redmine/trunk@17457 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/stylesheets/context_menu.css')
-rw-r--r-- | public/stylesheets/context_menu.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/public/stylesheets/context_menu.css b/public/stylesheets/context_menu.css index a9b0d2851..ff83f60a1 100644 --- a/public/stylesheets/context_menu.css +++ b/public/stylesheets/context_menu.css @@ -35,8 +35,6 @@ #context-menu a { text-decoration:none !important; - background-repeat: no-repeat; - background-position: 1px 50%; padding: 2px 0px 2px 20px; width:100%; /* IE */ } |