mirror of
https://github.com/Eugeny/tabby
synced 2024-11-14 17:07:15 +00:00
ui tweaks
This commit is contained in:
parent
c5681b1376
commit
4ecfcfda36
3 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
.modal-body
|
||||
input.form-control(
|
||||
input.form-control.form-control-lg(
|
||||
type='text',
|
||||
[(ngModel)]='filter',
|
||||
autofocus,
|
||||
|
|
|
@ -19,6 +19,5 @@
|
|||
}
|
||||
|
||||
input {
|
||||
border-bottom-left-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
|
|
@ -31,4 +31,5 @@ div {
|
|||
|
||||
label {
|
||||
margin: 0;
|
||||
cursor: move;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue