1
0
Fork 0
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:
Magnus Walbeck 2020-10-09 23:35:01 +02:00
parent 042b558200
commit f53ee40c87
Signed by: mwalbeck
GPG key ID: CCB78CFF3F950769

View file

@ -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 --------------------------------------------------------------- */