mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[feature/soft-delete] Use a beautiful recycle icon for softdeleted topics
PHPBB3-9567
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 964 B After Width: | Height: | Size: 1.2 KiB |
@@ -343,7 +343,7 @@ span.imageset {
|
|||||||
.imageset.icon_topic_deleted {
|
.imageset.icon_topic_deleted {
|
||||||
background-image: url("./images/icon_topic_deleted.png");
|
background-image: url("./images/icon_topic_deleted.png");
|
||||||
padding-left: 16px;
|
padding-left: 16px;
|
||||||
padding-top: 16px;
|
padding-top: 14px;
|
||||||
}
|
}
|
||||||
.imageset.icon_topic_unapproved {
|
.imageset.icon_topic_unapproved {
|
||||||
background-image: url("./images/icon_topic_unapproved.gif");
|
background-image: url("./images/icon_topic_unapproved.gif");
|
||||||
|
Reference in New Issue
Block a user