Merge pull request #35076 from iamejaaz/color-search-input

feat: add background color to search
This commit is contained in:
Ejaaz Khan 2025-12-04 23:11:12 +05:30 committed by GitHub
commit 4e464cfb8e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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%;