Skip to content

Commit ade56ec

Browse files
Exclude approvebg from the css class
Signed-off-by: Diego Andrés <diegoandres_cortes@outlook.com>
1 parent 6a67509 commit ade56ec

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
#### 1.1.2 - 24 February 2023
4+
- ![Bug Fix](https://smftricks.com/assets/changelog/bug--minus.png) Don't replace the approve class for unapproved topics.
5+
36
#### 1.1.1 - 20 February 2023
47
- ![Translation](https://smftricks.com/assets/changelog/language.png) Italian translation provided by [ParmaU](https://github.com/ParmaU)
58

Themes/default/css/topicsolved.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @copyright Copyright (c) 2022, SMF Tricks
66
*/
77

8-
.windowbg.solved:not(.sticky, .locked) {
8+
.windowbg.solved:not(.sticky, .locked, .approvetopic) {
99
background: #c5edc5;
1010
}
1111
.windowbg.solved > .board_icon img {

package-info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package-info xmlns="http://www.simplemachines.org/xml/package-info" xmlns:smf="http://www.simplemachines.org/">
44
<id>smftricks:topic_solved</id>
55
<name>Topic Solved</name>
6-
<version>1.1.1</version>
6+
<version>1.1.2</version>
77
<type>modification</type>
88
<install for="2.1 - 2.1.99">
99
<!-- Mod Readme -->

0 commit comments

Comments
 (0)