diff options
Diffstat (limited to 'src/_board.scss')
-rw-r--r-- | src/_board.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/_board.scss b/src/_board.scss index 7d54a1c..eb221d2 100644 --- a/src/_board.scss +++ b/src/_board.scss | |||
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | @mixin styles { | 5 | @mixin styles { |
6 | .wbbBoardNode__unreadIcon { | 6 | .wbbBoardNode__unreadIcon { |
7 | background-image: url(../images/style-6/custom/boardNewM.png); | 7 | background-image: url(../images/style-9/custom/boardNewM.png); |
8 | background-position: center center; | 8 | background-position: center center; |
9 | background-repeat: no-repeat; | 9 | background-repeat: no-repeat; |
10 | 10 | ||
@@ -14,7 +14,7 @@ | |||
14 | } | 14 | } |
15 | 15 | ||
16 | .wbbBoardNode__defaultIcon { | 16 | .wbbBoardNode__defaultIcon { |
17 | background-image: url(../images/style-6/custom/boardM.png); | 17 | background-image: url(../images/style-9/custom/boardM.png); |
18 | background-position: center center; | 18 | background-position: center center; |
19 | background-repeat: no-repeat; | 19 | background-repeat: no-repeat; |
20 | 20 | ||