diff options
| author | Cesar G <prototech91@gmail.com> | 2014-05-15 13:43:08 -0700 |
|---|---|---|
| committer | Cesar G <prototech91@gmail.com> | 2014-05-27 07:17:46 -0700 |
| commit | d3b9c87b420f0deeeffdb02cec6cd46f9f5a25b2 (patch) | |
| tree | 38cadcb85043722a3c4e9c51edce93fd0e71d02d /phpBB/styles/prosilver/theme/colours.css | |
| parent | 00ff33c9b42479bee386cd45e863cb0bfe25a882 (diff) | |
| download | forums-d3b9c87b420f0deeeffdb02cec6cd46f9f5a25b2.tar forums-d3b9c87b420f0deeeffdb02cec6cd46f9f5a25b2.tar.gz forums-d3b9c87b420f0deeeffdb02cec6cd46f9f5a25b2.tar.bz2 forums-d3b9c87b420f0deeeffdb02cec6cd46f9f5a25b2.tar.xz forums-d3b9c87b420f0deeeffdb02cec6cd46f9f5a25b2.zip | |
[ticket/12155] Use the new .button class as the basis for the post buttons.
PHPBB3-12155
Diffstat (limited to 'phpBB/styles/prosilver/theme/colours.css')
| -rw-r--r-- | phpBB/styles/prosilver/theme/colours.css | 27 |
1 files changed, 5 insertions, 22 deletions
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"); } |
