forked from wallabag/wallabag
material: disable editing of entry url input when submitting new url
Fixes #1871 Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
This commit is contained in:
@ -95,6 +95,11 @@ nav {
|
||||
display: flex;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
&.nav-panel-add form.disabled,
|
||||
&.nav-panel-add form.disabled input {
|
||||
background-color: whitesmoke;
|
||||
}
|
||||
}
|
||||
|
||||
#button_filters {
|
||||
|
||||
Reference in New Issue
Block a user