aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/styles/prosilver/theme/buttons.css2
-rw-r--r--phpBB/styles/prosilver/theme/colours.css4
2 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/styles/prosilver/theme/buttons.css b/phpBB/styles/prosilver/theme/buttons.css
index a780de2f11..981d72ce73 100644
--- a/phpBB/styles/prosilver/theme/buttons.css
+++ b/phpBB/styles/prosilver/theme/buttons.css
@@ -162,7 +162,7 @@ ul.linklist.bulletin li.small-icon:before {
.notouch.section-viewtopic .post-buttons {
opacity: 0;
- transition: opacity .8s;
+ transition: opacity .5s;
}
.notouch.section-viewtopic .post:hover .post-buttons {
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"); }