1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-09-01 04:22:11 +02:00

[ticket/16237] squash all commits

PHPBB3-16237
This commit is contained in:
hanakin
2020-05-02 11:50:31 -10:00
parent cb3bd5528f
commit dc4fe2d4b7
89 changed files with 692 additions and 537 deletions

View File

@@ -41,7 +41,7 @@ th a:hover {
background-position: center center;
border-radius: 3px 0 0 3px;
position: absolute;
z-index: 2;
z-index: 301;
top: 50%;
right: 0;
display: none;
@@ -158,7 +158,6 @@ a.lastsubject:hover {
.back2top .top {
float: right;
margin-top: 0;
margin-right: -10px;
}
/* Arrow links */
@@ -205,3 +204,11 @@ a.feed-icon-forum {
a.anchor {
display: block;
}
.c-subscribe-action {
display: none !important;
}
.c-subscribe-action.is-active {
display: inline-block !important;
}