mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 15:27:42 +02:00
[ticket/17501] Adjust notification dropdown color and spacing
PHPBB-17501
This commit is contained in:
@@ -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 {
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user