mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/17501] Adjust notification dropdown color and spacing
PHPBB-17501
This commit is contained in:
parent
3b233d9c28
commit
3eaf4829bb
2 changed files with 3 additions and 2 deletions
|
@ -128,7 +128,7 @@ th a:hover {
|
|||
}
|
||||
|
||||
.header-profile {
|
||||
text-shadow: 0 0 var(--ps-font-tiny) #eaf8ff;
|
||||
text-shadow: 0 0 1.75rem #eaf8ff;
|
||||
}
|
||||
|
||||
.panel {
|
||||
|
@ -1126,6 +1126,7 @@ input.disabled {
|
|||
|
||||
.dropdown-extended .dropdown-extended-item {
|
||||
border-top-color: #bdbdbd;
|
||||
color: #47536b;
|
||||
}
|
||||
|
||||
.dropdown-extended .dropdown-extended-item:hover {
|
||||
|
|
|
@ -347,7 +347,7 @@ ul.linklist .dropdown-up .dropdown {
|
|||
}
|
||||
|
||||
ul.nav-breadcrumbs {
|
||||
margin: var(--ps-line-height) 0;
|
||||
margin: calc(var(--ps-line-height) * 0.75) 0;
|
||||
}
|
||||
|
||||
/* Bulletin icons for list items
|
||||
|
|
Loading…
Add table
Reference in a new issue