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:
@@ -223,6 +223,6 @@ button::-moz-focus-inner {
|
||||
|
||||
/* Notification buttons
|
||||
--------------------------------------------- */
|
||||
.notification-subscribe_toggle:disabled {
|
||||
.notification-subscribe-toggle:disabled {
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
@@ -1180,6 +1180,10 @@ input.disabled {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.notification-subscribe_toggle {
|
||||
.dropdown-extended .webpush-subscribe {
|
||||
color: #536482;
|
||||
}
|
||||
|
||||
.notification-subscribe-toggle {
|
||||
color: #47536b;
|
||||
}
|
||||
|
@@ -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;
|
||||
|
@@ -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) {
|
||||
|
Reference in New Issue
Block a user