forked from wallabag/wallabag
Label replaced by a button on the nav new entry form
This commit is contained in:
committed by
Nicolas Lœuillet
parent
99e8c2785b
commit
e9e3f93805
@ -68,7 +68,6 @@ nav .nav-wrapper i {
|
||||
.input-field input {
|
||||
display: block;
|
||||
line-height: inherit;
|
||||
padding-left: 4rem !important;
|
||||
width: calc(100% - 8rem);
|
||||
height: 4.1rem;
|
||||
}
|
||||
|
||||
@ -21,6 +21,17 @@ div.settings div.file-field {
|
||||
|
||||
nav .input-field input {
|
||||
margin: 0;
|
||||
padding-left: 0.5rem;
|
||||
}
|
||||
|
||||
.new-entry-button {
|
||||
padding: 0 1rem;
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
|
||||
&:focus {
|
||||
background-color: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
.tabs {
|
||||
|
||||
Reference in New Issue
Block a user