aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/ui/Input.css
blob: dbe55eaefa11599ac4ee3e52460bcab6ca08ee9d (plain) (blame)
1
2
3
4
5
6
7
8
.input {
    background: #FFF;
    border: 1px solid #ccc;
    outline: none !important;
    padding: 4px;
    -webkit-appearance: none;
    border-radius: 0;
}