git ssb

1+

Daan Patchwork / patchwork



Tree: 55fc93a9190c25f467ead205ab8d676b5191dbd4

Files: 55fc93a9190c25f467ead205ab8d676b5191dbd4 / styles / light / button.mcss

892 bytesRaw
1button {
2 color: #5f5f5f
3 background: #ddd
4 :hover {
5 color: white
6 background-color: #959eab
7 border-color: #959eab
8 }
9 :focus {
10 outline: 1px dotted #959eab
11 }
12 :active {
13 background-color: #959eab !important
14 }
15 [disabled] {
16 color: #999797 !important
17 background: #e3e2e2 !important
18 border-color: #ddd !important
19 }
20 -add {
21 :hover {
22 border-color: #7dbd85
23 background-color: #7dbd85
24 }
25 }
26 -pub {
27 color: white
28 background-color: #959ea9
29 border-color: #959ea9
30 :hover {
31 background-color: rgb(112, 184, 212)
32 border-color: rgb(112, 184, 212)
33 color: white
34 }
35 }
36 -save {
37 color: white
38 background-color: #70b57d
39 border-color: #70b57d
40 :active {
41 background-color: #59a066
42 }
43 :hover {
44 background-color: #59a066
45 border-color: #59a066
46 color: white
47 }
48 }
49}
50

Built with git-ssb-web