aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme/colours.css
diff options
context:
space:
mode:
authorCesar G <prototech91@gmail.com>2014-05-20 18:15:16 -0700
committerCesar G <prototech91@gmail.com>2014-05-27 07:17:47 -0700
commit74afe4acea6dc63bd325f86dfe892b60967616ba (patch)
tree1d90c72180c96241fb7691c7c849612f1c9de443 /phpBB/styles/prosilver/theme/colours.css
parentc0c42dec24d3ee8f80fc49c880250d6e02d76ebc (diff)
downloadforums-74afe4acea6dc63bd325f86dfe892b60967616ba.tar
forums-74afe4acea6dc63bd325f86dfe892b60967616ba.tar.gz
forums-74afe4acea6dc63bd325f86dfe892b60967616ba.tar.bz2
forums-74afe4acea6dc63bd325f86dfe892b60967616ba.tar.xz
forums-74afe4acea6dc63bd325f86dfe892b60967616ba.zip
[ticket/12155] Make opacity transition faster and fix background image paths.
PHPBB3-12155
Diffstat (limited to 'phpBB/styles/prosilver/theme/colours.css')
-rw-r--r--phpBB/styles/prosilver/theme/colours.css4
1 files changed, 2 insertions, 2 deletions
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"); }