Skip to content

Commit ef91666

Browse files
committed
Add locked topic styles
1 parent fd0231a commit ef91666

File tree

5 files changed

+62
-4
lines changed

5 files changed

+62
-4
lines changed

theme/images/topic_read_locked.svg

Lines changed: 14 additions & 0 deletions
Loading
Lines changed: 15 additions & 0 deletions
Loading
Lines changed: 14 additions & 0 deletions
Loading
Lines changed: 15 additions & 0 deletions
Loading

theme/stylesheet.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -843,12 +843,12 @@ a.imageset {
843843
padding-top: 18px;
844844
}
845845
.imageset.topic_read_locked {
846-
background-image: url("./images/topic_read_locked.gif");
846+
background-image: url("./images/topic_read_locked.svg");
847847
padding-left: 19px;
848848
padding-top: 18px;
849849
}
850850
.imageset.topic_read_locked_mine {
851-
background-image: url("./images/topic_read_locked_mine.gif");
851+
background-image: url("./images/topic_read_locked_mine.svg");
852852
padding-left: 19px;
853853
padding-top: 18px;
854854
}
@@ -873,12 +873,12 @@ a.imageset {
873873
padding-top: 18px;
874874
}
875875
.imageset.topic_unread_locked {
876-
background-image: url("./images/topic_unread_locked.gif");
876+
background-image: url("./images/topic_unread_locked.svg");
877877
padding-left: 19px;
878878
padding-top: 18px;
879879
}
880880
.imageset.topic_unread_locked_mine {
881-
background-image: url("./images/topic_unread_locked_mine.gif");
881+
background-image: url("./images/topic_unread_locked_mine.svg");
882882
padding-left: 19px;
883883
padding-top: 18px;
884884
}

0 commit comments

Comments
 (0)