mirror of
https://github.com/phpbb/phpbb.git
synced 2025-09-08 15:20:44 +02:00
[ticket/12155] Move icon class directly to <a> and use <span> consistently.
PHPBB3-12155
This commit is contained in:
@@ -725,9 +725,9 @@ Colours and backgrounds for buttons.css
|
||||
.icon-print { background-image: url("./images/icon_print.gif"); }
|
||||
|
||||
/* Profile & navigation icons */
|
||||
.contact-icon { background-image: url("./images/icons_contact.png"); }
|
||||
.icon-button span, .dropdown-select:after { background-image: url("./images/buttons.png"); }
|
||||
.post-buttons .icon-button span { background-image: url("./images/post_buttons.png"); }
|
||||
.contact-icon { background-image: url("./images/icons_contact.png"); }
|
||||
.icon-button span:after, .dropdown-select:after { background-image: url("./images/buttons.png"); }
|
||||
.post-buttons .icon-button span:after { background-image: url("./images/post_buttons.png"); }
|
||||
|
||||
/* Forum icons & Topic icons */
|
||||
.global_read { background-image: url("./images/announce_read.gif"); }
|
||||
|
Reference in New Issue
Block a user