Files
jubaboxweb/wwwjuba/app-assets/css/plugins/forms/form-inputs-groups.css
T
2019-08-26 13:45:20 -04:00

42 lines
1.4 KiB
CSS

/*========================================================
DARK LAYOUT
=========================================================*/
/* For Input Group TouchPin */
#touchspin .input-group.bootstrap-touchspin .input-group-prepend,
#touchspin .input-group.bootstrap-touchspin .input-group-append
{
display: block;
}
/* For Input Group TouchPin */
.segmented-buttons-with-dropdown .input-group .form-control,
.buttons-with-dropdown .input-group .form-control
{
height: 3rem;
}
.bootstrap-touchspin.touchspin-with-icon .input-group-append .input-group-text i
{
font-size: 1.25rem;
}
.bootstrap-touchspin-spinners .touchspin-spinners-wrapper .input-group .touchspin,
.bootstrap-touchspin-spinners .touchspin-spinners-wrapper .input-group .touchspin-stop-mousewheel
{
height: -webkit-calc(-webkit-calc(1.25em + 1.4rem)-.05rem + 2.2px);
height: -moz-calc(-moz-calc(1.25em + 1.4rem)-.05rem + 2.2px);
height: calc(calc(1.25em + 1.4rem)-.05rem + 2.2px);
}
.bootstrap-touchspin-spinners .touchspin-spinners-wrapper .input-group.touchspin-with-icon .input-group-text.bootstrap-touchspin-postfix
{
padding: .85rem 1rem;
}
.bootstrap-touchspin-spinners .touchspin-spinners-wrapper .default-height .input-group.touchspin-vertical
{
height: -webkit-calc(2.9rem + 2px);
height: -moz-calc(2.9rem + 2px);
height: calc(2.9rem + 2px);
}