Skip to content

Commit b604b6c

Browse files
authored
Merge pull request #130 from onozaty/develop/v3.5.4
Develop v3.5.4
2 parents dfee75d + a78adb8 commit b604b6c

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

assets/stylesheets/view_customize.css

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,3 @@ input#view_customize_comments {
6969
.icon-view_customize-enable:not(:has(svg)) {
7070
background-image: url("../images/enable.png");
7171
}
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
name 'View Customize plugin'
44
author 'onozaty'
55
description 'View Customize plugin for Redmine'
6-
version '3.5.3'
6+
version '3.5.4'
77
url 'https://github.com/onozaty/redmine-view-customize'
88
author_url 'https://github.com/onozaty'
99

0 commit comments

Comments
 (0)