implemented full-text search
This commit is contained in:
parent
947fe623da
commit
9b42996cef
6 changed files with 203 additions and 15 deletions
|
@ -89,7 +89,11 @@ body>header>nav,
|
|||
body>footer>nav {
|
||||
margin: auto;
|
||||
--pico-primary: #8D0B02 !important;
|
||||
--pico-primary-background: #8D0B02 !important;
|
||||
--pico-primary-border: #8D0B02 !important;
|
||||
--pico-primary-hover: #cd5c5c !important;
|
||||
--pico-primary-hover-background: #cd5c5c !important;
|
||||
--pico-primary-hover-border: #cd5c5c !important;
|
||||
}
|
||||
body>header>nav {
|
||||
border-bottom-width: thin;
|
||||
|
@ -305,6 +309,21 @@ legend {}
|
|||
|
||||
form {}
|
||||
|
||||
header form {
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
|
||||
header form button {
|
||||
padding-left: 1em !important;
|
||||
padding-right: 1em !important;
|
||||
padding-top: 0 !important;
|
||||
padding-bottom: 0 !important;
|
||||
}
|
||||
|
||||
header form select {
|
||||
max-width:35%;
|
||||
}
|
||||
|
||||
label {}
|
||||
|
||||
::placeholder {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue