We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dfee75d + a78adb8 commit b604b6cCopy full SHA for b604b6c
assets/stylesheets/view_customize.css
@@ -69,10 +69,3 @@ input#view_customize_comments {
69
.icon-view_customize-enable:not(:has(svg)) {
70
background-image: url("../images/enable.png");
71
}
72
-
73
-/* PNG icon support for Redmine 5.1 and earlier */
74
-.icon:not(:has(svg)) {
75
- background-position: 0% 50%;
76
- background-repeat: no-repeat;
77
- padding-left: 20px;
78
-}
init.rb
@@ -3,7 +3,7 @@
3
name 'View Customize plugin'
4
author 'onozaty'
5
description 'View Customize plugin for Redmine'
6
- version '3.5.3'
+ version '3.5.4'
7
url 'https://github.com/onozaty/redmine-view-customize'
8
author_url 'https://github.com/onozaty'
9
0 commit comments