forked from wallabag/wallabag
Label replaced by a button on the nav search form
This commit is contained in:
committed by
Nicolas Lœuillet
parent
e9e3f93805
commit
f86c2b5fa6
@ -116,6 +116,16 @@ nav .nav-wrapper i {
|
||||
}
|
||||
}
|
||||
|
||||
.nav-form-button {
|
||||
padding: 0 1rem;
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
|
||||
&:focus {
|
||||
background-color: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
#button_filters {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@ -24,16 +24,6 @@ nav .input-field input {
|
||||
padding-left: 0.5rem;
|
||||
}
|
||||
|
||||
.new-entry-button {
|
||||
padding: 0 1rem;
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
|
||||
&:focus {
|
||||
background-color: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
.tabs {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user