diff --git a/phpBB/styles/prosilver/theme/buttons.css b/phpBB/styles/prosilver/theme/buttons.css index 05c6ea7939..55f599530f 100644 --- a/phpBB/styles/prosilver/theme/buttons.css +++ b/phpBB/styles/prosilver/theme/buttons.css @@ -197,20 +197,20 @@ ul.linklist.bulletin li.small-icon:before { margin-right: 0; } -.quote-icon span:after { background-position: 0 0; } -.quote-icon:hover span:after { background-position: 0 -21px; } -.edit-icon span:after { background-position: -15px 0; } -.edit-icon:hover span:after { background-position: -15px -21px; } -.warn-icon span:after { background-position: -86px 0; } -.warn-icon:hover span:after { background-position: -86px -21px; } -.delete-icon span:after { background-position: -30px 0; } -.delete-icon:hover span:after { background-position: -30px -21px; } -.report-icon span:after { background-position: -43px 0; } -.report-icon:hover span:after { background-position: -43px -21px; } -.info-icon span:after { background-position: -54px 0; } -.info-icon:hover span:after { background-position: -54px -21px; } -.button.responsive-menu-link span:after { background-position: -68px 0; } -.button.responsive-menu-link:hover span:after { background-position: -68px -21px; } +.quote-icon span:after { background-position: -122px 0; } +.quote-icon:hover span:after { background-position: -122px -21px; } +.edit-icon span:after { background-position: -137px 0; } +.edit-icon:hover span:after { background-position: -137px -21px; } +.warn-icon span:after { background-position: -208px 0; } +.warn-icon:hover span:after { background-position: -208px -21px; } +.delete-icon span:after { background-position: -152px 0; } +.delete-icon:hover span:after { background-position: -152px -21px; } +.report-icon span:after { background-position: -165px 0; } +.report-icon:hover span:after { background-position: -165px -21px; } +.info-icon span:after { background-position: -175px 0; } +.info-icon:hover span:after { background-position: -175px -21px; } +.button.responsive-menu-link span:after { background-position: -191px 0; } +.button.responsive-menu-link:hover span:after { background-position: -191px -21px; } /* Responsive buttons in post body */ .post-buttons .dropdown { diff --git a/phpBB/styles/prosilver/theme/colours.css b/phpBB/styles/prosilver/theme/colours.css index 84791727c4..34068f5716 100644 --- a/phpBB/styles/prosilver/theme/colours.css +++ b/phpBB/styles/prosilver/theme/colours.css @@ -725,9 +725,8 @@ 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:after, .dropdown-select:after { background-image: url("./images/buttons.png"); } -.post-buttons .icon-button span:after { 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/icons_button.png"); } /* Forum icons & Topic icons */ .global_read { background-image: url("./images/announce_read.gif"); } diff --git a/phpBB/styles/prosilver/theme/images/buttons.png b/phpBB/styles/prosilver/theme/images/buttons.png deleted file mode 100644 index 3a8c2f2f65..0000000000 Binary files a/phpBB/styles/prosilver/theme/images/buttons.png and /dev/null differ diff --git a/phpBB/styles/prosilver/theme/images/icons_button.png b/phpBB/styles/prosilver/theme/images/icons_button.png new file mode 100644 index 0000000000..a45a0cc2ba Binary files /dev/null and b/phpBB/styles/prosilver/theme/images/icons_button.png differ diff --git a/phpBB/styles/prosilver/theme/images/post_buttons.png b/phpBB/styles/prosilver/theme/images/post_buttons.png deleted file mode 100644 index ca7d9a0984..0000000000 Binary files a/phpBB/styles/prosilver/theme/images/post_buttons.png and /dev/null differ