Merge pull request #35076 from iamejaaz/color-search-input
feat: add background color to search
This commit is contained in:
commit
4e464cfb8e
1 changed files with 8 additions and 0 deletions
|
|
@ -157,6 +157,14 @@
|
|||
}
|
||||
|
||||
.standard-items-sections {
|
||||
.navbar-search-bar {
|
||||
background-color: var(--control-bg-on-gray);
|
||||
border-radius: var(--border-radius);
|
||||
padding-right: 7px;
|
||||
.standard-sidebar-item a:hover {
|
||||
background-color: var(--control-bg-on-gray);
|
||||
}
|
||||
}
|
||||
.dropdown-notifications {
|
||||
.notifications-list {
|
||||
left: 3.4%;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue