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

[ticket/17371] Improve dropdown toggle UX

PHPBB-17371

Signed-off-by: Matt Friedman <maf675@gmail.com>
This commit is contained in:
Matt Friedman
2024-07-17 09:28:33 -07:00
parent 187a4f3586
commit 4da0a75efa
5 changed files with 18 additions and 2 deletions

View File

@@ -298,6 +298,14 @@ a:hover .icon.icon-black, /* DEPRECATED 4.0 */
color: inherit;
}
.push-subscribe-toggle-icon.toggle-on {
color: #0059b3;
}
.push-subscribe-toggle-icon.toggle-off {
color: #9e9e9e;
}
/* jumpbox */
.jumpbox .dropdown li {
border-top-color: #dedede;

View File

@@ -123,6 +123,12 @@ blockquote cite:before,
height: 18px;
}
.push-subscribe-toggle-icon {
width: 20px;
height: 20px;
cursor: pointer;
}
/* Contact icons
---------------------------------------- */
.contact-icon {