mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2025-06-23 14:00:50 +00:00
Style new unified search and remove styling for old search box
This commit is contained in:
parent
042b558200
commit
f53ee40c87
1 changed files with 14 additions and 6 deletions
|
@ -60,12 +60,20 @@
|
|||
|
||||
/* Search ------------------------------------------------------------------- */
|
||||
|
||||
.searchbox input[type="search"] {
|
||||
&:focus,
|
||||
&:active,
|
||||
&:valid {
|
||||
border-color: var(--color-primary-element) !important;
|
||||
}
|
||||
.header-menu__wrapper {
|
||||
border: 1px solid var(--color-border);
|
||||
}
|
||||
|
||||
.header-menu__carret {
|
||||
border-bottom-color: var(--color-border) !important;
|
||||
}
|
||||
|
||||
.unified-search__form-reset {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
.unified-search__result-icon img[src$="integration_discourse/img/app-dark.svg"] {
|
||||
filter: invert(95%);
|
||||
}
|
||||
|
||||
/* File picker --------------------------------------------------------------- */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue