From 74afe4acea6dc63bd325f86dfe892b60967616ba Mon Sep 17 00:00:00 2001 From: Cesar G Date: Tue, 20 May 2014 18:15:16 -0700 Subject: [ticket/12155] Make opacity transition faster and fix background image paths. PHPBB3-12155 --- phpBB/styles/prosilver/theme/colours.css | 4 ++-- 1 file changed, 2 insertions(+), 2 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 96aeeffda5..5d45120131 100644 --- a/phpBB/styles/prosilver/theme/colours.css +++ b/phpBB/styles/prosilver/theme/colours.css @@ -726,8 +726,8 @@ Colours and backgrounds for buttons.css /* 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"); } +.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