1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-25 09:30:46 +02:00

[ticket/17344] Improve webpush class names

PHPBB-17344
This commit is contained in:
Matt Friedman
2024-06-16 09:43:02 -07:00
parent f3ca92ffe7
commit 16743e9345
6 changed files with 16 additions and 19 deletions

View File

@@ -223,6 +223,6 @@ button::-moz-focus-inner {
/* Notification buttons
--------------------------------------------- */
.notification-subscribe_toggle:disabled {
.notification-subscribe-toggle:disabled {
opacity: 0.7;
}

View File

@@ -1180,6 +1180,10 @@ input.disabled {
color: #ffffff;
}
.notification-subscribe_toggle {
.dropdown-extended .webpush-subscribe {
color: #536482;
}
.notification-subscribe-toggle {
color: #47536b;
}

View File

@@ -1340,9 +1340,8 @@ ul.linklist:after,
display: block;
}
.dropdown-extended .notification-dropdown-footer {
.dropdown-extended .webpush-subscribe {
white-space: nowrap;
border-top: solid 1px #b9b9b9;
display: flex;
flex-wrap: nowrap;
justify-content: space-between;

View File

@@ -18,16 +18,10 @@
.dropdown-extended .dropdown-contents {
width: auto;
}
}
@media (max-width: 550px) {
.dropdown-extended .notification-dropdown-footer .notification-subscribe_toggle > span {
.dropdown-extended .dropdown-contents .webpush-subscribe .notification-subscribe-toggle > span {
display: none;
}
.dropdown-extended .notification-dropdown-footer .notification-subscribe_toggle > .icon {
font-size: 24px;
}
}
@media (max-width: 430px) {