mirror of
https://github.com/tabler/tabler.git
synced 2025-12-24 02:38:15 +04:00
22 lines
355 B
SCSS
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;
|
|
}
|