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:
@@ -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;
|
||||
|
@@ -123,6 +123,12 @@ blockquote cite:before,
|
||||
height: 18px;
|
||||
}
|
||||
|
||||
.push-subscribe-toggle-icon {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/* Contact icons
|
||||
---------------------------------------- */
|
||||
.contact-icon {
|
||||
|
Reference in New Issue
Block a user