forked from wallabag/wallabag
Add specific styles for the card tag form element.
Also add a `.hidden` class in the baggy theme to have consistency with material.
This commit is contained in:
committed by
Jeremy Benoist
parent
559f708cae
commit
32968bd30e
@ -295,6 +295,15 @@ div.pagination ul {
|
||||
}
|
||||
}
|
||||
|
||||
.hide {
|
||||
.card-tag-form {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.card-tag-form input[type="text"] {
|
||||
min-width: 20em;
|
||||
}
|
||||
|
||||
.hide,
|
||||
.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user