mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 19:38:53 +00:00
[ticket/12155] Make opacity transition faster and fix background image paths.
PHPBB3-12155
This commit is contained in:
parent
c0c42dec24
commit
74afe4acea
2 changed files with 3 additions and 3 deletions
|
@ -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 {
|
||||
|
|
|
@ -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"); }
|
||||
|
|
Loading…
Add table
Reference in a new issue