aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme/colours.css
diff options
context:
space:
mode:
authorCesar G <prototech91@gmail.com>2014-05-25 04:30:46 -0700
committerCesar G <prototech91@gmail.com>2014-05-27 07:17:47 -0700
commit70f9d4a54adc2396cd5c8d480d720d42023259b1 (patch)
tree94cb7c8852c189f626e5df2d9db8703b1e828c7b /phpBB/styles/prosilver/theme/colours.css
parent523c374e168c3e4bfda2ad21d63c8991d4cbe122 (diff)
downloadforums-70f9d4a54adc2396cd5c8d480d720d42023259b1.tar
forums-70f9d4a54adc2396cd5c8d480d720d42023259b1.tar.gz
forums-70f9d4a54adc2396cd5c8d480d720d42023259b1.tar.bz2
forums-70f9d4a54adc2396cd5c8d480d720d42023259b1.tar.xz
forums-70f9d4a54adc2396cd5c8d480d720d42023259b1.zip
[ticket/12155] Move icon class directly to <a> and use <span> consistently.
PHPBB3-12155
Diffstat (limited to 'phpBB/styles/prosilver/theme/colours.css')
-rw-r--r--phpBB/styles/prosilver/theme/colours.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/styles/prosilver/theme/colours.css b/phpBB/styles/prosilver/theme/colours.css
index 5d45120131..84791727c4 100644
--- a/phpBB/styles/prosilver/theme/colours.css
+++ b/phpBB/styles/prosilver/theme/colours.css
@@ -725,9 +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"); }
-.icon-button span, .dropdown-select:after { background-image: url("./images/buttons.png"); }
-.post-buttons .icon-button span { 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/buttons.png"); }
+.post-buttons .icon-button span:after { background-image: url("./images/post_buttons.png"); }
/* Forum icons & Topic icons */
.global_read { background-image: url("./images/announce_read.gif"); }