mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-01 02:49:37 +00:00
c34ffedb42
Form with ISO fields for hours Admin functionality for seeing Timelocks of uid in route Backend with CI-Validations Phrases
40 lines
694 B
CSS
40 lines
694 B
CSS
/* Repositioning clear icon Datepicker for not being outside the textfield */
|
|
/* Wrapper */
|
|
.dp__input_wrap {
|
|
position: relative;
|
|
}
|
|
|
|
/* calender-Icon left */
|
|
.dp__input_icon {
|
|
position: absolute;
|
|
left: 10px;
|
|
right: auto;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
}
|
|
|
|
/* Clear-Icon right */
|
|
.dp__clear_icon {
|
|
position: absolute;
|
|
right: 10px;
|
|
left: auto;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
}
|
|
|
|
/* padding for Icons */
|
|
.dp__input {
|
|
padding-left: 36px !important;
|
|
padding-right: 36px !important;
|
|
}
|
|
|
|
.info-feedback {
|
|
display: block;
|
|
font-size: 0.875em;
|
|
color: #0d6efd; /* Bootstrap primary */
|
|
}
|
|
|
|
.is-info {
|
|
border-color: #0d6efd;
|
|
}
|