git ssb

10+

Matt McKegg / patchwork



Tree: d03a610c77cee73a156ebe6e4fc1f7369d27fe9d

Files: d03a610c77cee73a156ebe6e4fc1f7369d27fe9d / styles / light / button.mcss

1093 bytesRaw
1button {
2 color: #5f5f5f;
3 padding: 3px 6px;
4 background: #ddd;
5 border: 2px solid #DDD;
6 border-radius: 4px;
7 font-size: 130%
8 cursor: pointer
9
10 :hover {
11 color: #ffffff
12 background-color: #959EAB
13 border-color: #959EAB
14 }
15
16 :focus {
17 outline: 1px dotted #959EAB
18 }
19
20 :active {
21 background-color: #959EAB !important
22 }
23
24 [disabled] {
25 color: #999797 !important;
26 background: #e3e2e2 !important;
27 border-color: #DDD !important;
28 }
29
30 -add {
31 color: #ffffff;
32 background-color: #255D24;
33 border-color: #255D24;
34 }
35
36 -pub {
37 color: #ffffff
38 background-color: #959ea9
39 border-color: #959ea9
40
41 :hover {
42 background-color: rgb(112, 184, 212)
43 border-color: rgb(112, 184, 212)
44 color: #ffffff
45 }
46 }
47
48 -save {
49 color: #ffffff;
50 background-color: #70b57d;
51 border-color: #70b57d;
52
53 :active {
54 background-color: #59a066
55 }
56
57 :hover {
58 background-color: #59a066
59 border-color: #59a066
60 color: #ffffff;
61 }
62 }
63
64 -full {
65 display: block
66 width: 100%
67 margin: 15px 0
68 }
69}
70

Built with git-ssb-web