From d3b9c87b420f0deeeffdb02cec6cd46f9f5a25b2 Mon Sep 17 00:00:00 2001 From: Cesar G Date: Thu, 15 May 2014 13:43:08 -0700 Subject: [ticket/12155] Use the new .button class as the basis for the post buttons. PHPBB3-12155 --- phpBB/styles/prosilver/theme/colours.css | 27 +++++---------------------- 1 file changed, 5 insertions(+), 22 deletions(-) (limited to 'phpBB/styles/prosilver/theme/colours.css') diff --git a/phpBB/styles/prosilver/theme/colours.css b/phpBB/styles/prosilver/theme/colours.css index 91dea07b40..96aeeffda5 100644 --- a/phpBB/styles/prosilver/theme/colours.css +++ b/phpBB/styles/prosilver/theme/colours.css @@ -700,17 +700,8 @@ Colours and backgrounds for buttons.css color: #105289 !important; } -.buttons div a:after, .dropdown-select-icon:before, .dropdown-select:after { - background-image: url("images/buttons.png"); -} - -.contact-icons a { - border-color: #DCDCDC; -} - -.contact-icons a:hover { - background-color: #F2F6F9; -} +.contact-icons a { border-color: #DCDCDC; } +.contact-icons a:hover { background-color: #F2F6F9; } /* Icon images ---------------------------------------- */ @@ -734,17 +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"); } - -.quote-icon, .quote-icon a { background-image: url("./en/icon_post_quote.gif"); } -ul.profile-icons.responsive a.responsive-menu-link { background-image: url("./images/icon_post_menu.png"); } - -/* Moderator icons */ -.report-icon, .report-icon a { background-image: url("./images/icon_post_report.gif"); } -.edit-icon, .edit-icon a { background-image: url("./en/icon_post_edit.gif"); } -.delete-icon, .delete-icon a { background-image: url("./images/icon_post_delete.gif"); } -.info-icon, .info-icon a { background-image: url("./images/icon_post_info.gif"); } -.warn-icon, .warn-icon a { background-image: url("./images/icon_user_warn.gif"); } /* Need updated warn icon */ +.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"); } /* Forum icons & Topic icons */ .global_read { background-image: url("./images/announce_read.gif"); } -- cgit v1.2.1