10 lines
178 B
CSS
10 lines
178 B
CSS
|
|
.td-input {
|
|
padding: 0;
|
|
}
|
|
|
|
.td-input input[type="text"]:not(.browser-default) {
|
|
margin: 0;
|
|
background-repeat: no-repeat;
|
|
background-position: right center;
|
|
} |