mirror of
https://github.com/ExactTarget/fuelux.git
synced 2026-04-26 03:00:10 -04:00
17 lines
181 B
Plaintext
17 lines
181 B
Plaintext
@import "fuelux-core.less";
|
|
.fuelux {
|
|
|
|
.search {
|
|
&.disabled {
|
|
.input-group-btn {
|
|
cursor: not-allowed;
|
|
}
|
|
}
|
|
input {
|
|
&::-ms-clear {
|
|
display:none;
|
|
}
|
|
}
|
|
}
|
|
|
|
} |