aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/ui/Button.css
blob: 2acb87be2b1dafbcafddae0e0b50d6dcefc4c2df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
.Button {
    background: #fff;
    border: 1px solid #eee;
    color: #888;
    cursor: pointer;
    display: inline-block;
    margin: 5px;
    padding: 4px 10px;
}
.Button:hover {
    background: #f8f8f8;
    border-bottom: 1px solid #ff339a;
}