mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 06:55:25 +02:00
[feature/soft-delete] Use a beautiful recycle icon for softdeleted topics
PHPBB3-9567
This commit is contained in:
parent
6e93fee9d2
commit
03821ad2a2
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");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user