Commit 5a9e9eddf4bd43670d794f0cdf0c6c53b0fb3f5d
Change in buttons
Marcos Gutierrez committed on 9/22/2017, 1:19:00 AMParent: 5ea7181abf0f78bdc218f29116c94ca9401f7aed
Files changed
styles/light/button.mcss | changed |
styles/light/button.mcss | ||
---|---|---|
@@ -1,24 +1,25 @@ | ||
1 | 1 | button { |
2 | 2 | color: #5f5f5f; |
3 | 3 | padding: 3px 6px; |
4 | - background: white; | |
4 | + background: #ddd; | |
5 | 5 | border: 2px solid #DDD; |
6 | 6 | border-radius: 4px; |
7 | 7 | font-size: 130% |
8 | 8 | cursor: pointer |
9 | 9 | |
10 | 10 | :hover { |
11 | - color: black | |
12 | - border-color: #8B8B8B | |
11 | + color: #ffffff | |
12 | + background-color: #959EAB | |
13 | + border-color: #959EAB | |
13 | 14 | } |
14 | 15 | |
15 | 16 | :focus { |
16 | - outline: 1px dotted rgba(255, 255, 255, 0.45) | |
17 | + outline: 1px dotted #959EAB | |
17 | 18 | } |
18 | 19 | |
19 | 20 | :active { |
20 | - background-color: #DDD !important | |
21 | + background-color: #959EAB !important | |
21 | 22 | } |
22 | 23 | |
23 | 24 | [disabled] { |
24 | 25 | color: #999797 !important; |
@@ -26,32 +27,38 @@ | ||
26 | 27 | border-color: #DDD !important; |
27 | 28 | } |
28 | 29 | |
29 | 30 | -add { |
30 | - color: #6a7e6a; | |
31 | - background-color: #ecfff0; | |
32 | - border-color: #8ba289; | |
31 | + color: #ffffff; | |
32 | + background-color: #255D24; | |
33 | + border-color: #255D24; | |
33 | 34 | } |
34 | 35 | |
35 | 36 | -pub { |
36 | - color: #6a7e6a; | |
37 | - background-color: #ecfff0; | |
38 | - border-color: #8ba289; | |
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 | + } | |
39 | 46 | } |
40 | 47 | |
41 | 48 | -save { |
42 | - border-color: #a7c7a6; | |
43 | - background-color: #eeffee; | |
44 | - color: #255D24; | |
49 | + color: #ffffff; | |
50 | + background-color: #70b57d; | |
51 | + border-color: #70b57d; | |
45 | 52 | |
46 | 53 | :active { |
47 | - background-color: #c6e0c5 !important | |
54 | + background-color: #59a066 | |
48 | 55 | } |
49 | 56 | |
50 | 57 | :hover { |
51 | - border-color: #3ac737; | |
52 | - background-color: #d4ffd4; | |
53 | - color: #21921f; | |
58 | + background-color: #59a066 | |
59 | + border-color: #59a066 | |
60 | + color: #ffffff; | |
54 | 61 | } |
55 | 62 | } |
56 | 63 | |
57 | 64 | -full { |
Built with git-ssb-web