mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[feature/soft-delete] Use a beautiful recycle icon for softdeleted topics
PHPBB3-9567
This commit is contained in:
parent
6e93fee9d2
commit
03821ad2a2
2 changed files with 1 additions and 1 deletions
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…
Add table
Reference in a new issue