1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-24 02:38:15 +04:00
Files
tabler/scss/ui/forms/_form-custom.scss
2019-12-15 23:03:56 +01:00

22 lines
355 B
SCSS

/**
Bootstrap color input
*/
.form-control-color {
&::-webkit-color-swatch {
border: none;
}
}
/**
Remove the cancel buttons in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: none;
}
.form-check-input {
margin-top: .25rem;
transition: .3s background-position, .3s background-color;
}