[ticket/17501] Adjust notification dropdown color and spacing

PHPBB-17501
This commit is contained in:
Marc Alexander 2025-04-24 21:03:44 +02:00
parent 3b233d9c28
commit 3eaf4829bb
No known key found for this signature in database
GPG key ID: 50E0D2423696F995
2 changed files with 3 additions and 2 deletions

View file

@ -128,7 +128,7 @@ th a:hover {
} }
.header-profile { .header-profile {
text-shadow: 0 0 var(--ps-font-tiny) #eaf8ff; text-shadow: 0 0 1.75rem #eaf8ff;
} }
.panel { .panel {
@ -1126,6 +1126,7 @@ input.disabled {
.dropdown-extended .dropdown-extended-item { .dropdown-extended .dropdown-extended-item {
border-top-color: #bdbdbd; border-top-color: #bdbdbd;
color: #47536b;
} }
.dropdown-extended .dropdown-extended-item:hover { .dropdown-extended .dropdown-extended-item:hover {

View file

@ -347,7 +347,7 @@ ul.linklist .dropdown-up .dropdown {
} }
ul.nav-breadcrumbs { ul.nav-breadcrumbs {
margin: var(--ps-line-height) 0; margin: calc(var(--ps-line-height) * 0.75) 0;
} }
/* Bulletin icons for list items /* Bulletin icons for list items