Add underline on calendar button date picker
This commit is contained in:
parent
16ca407542
commit
9ac95345c1
1 changed files with 10 additions and 5 deletions
|
@ -16,6 +16,11 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.datepicker-switch {
|
||||||
|
color: #0086b3;
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
.type_champ-textarea {
|
.type_champ-textarea {
|
||||||
@extend .col-md-8;
|
@extend .col-md-8;
|
||||||
@extend .col-lg-8;
|
@extend .col-lg-8;
|
||||||
|
|
Loading…
Add table
Reference in a new issue