Fix nav input styles

This commit is contained in:
Simounet 2023-08-22 23:04:39 +02:00 committed by Nicolas Lœuillet
parent 027042cc1a
commit ca608ece65
3 changed files with 14 additions and 2 deletions

View file

@ -70,6 +70,7 @@ nav {
.input-field input {
display: block;
font-size: 1.2rem;
line-height: inherit;
height: 3rem;
}
@ -79,6 +80,17 @@ nav {
box-shadow: none;
color: #444;
}
/* materializecss override */
.input-field.input-field input {
margin-bottom: 0;
border-bottom: none;
}
.input-field.input-field input:focus {
border-bottom: none;
box-shadow: initial;
}
}
.nav-panel-top {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long