styles/dark/picker.mcssView |
---|
1 | 1 | Picker { |
| 2 | + margin: 5px 0 |
| 3 | + |
2 | 4 | a { |
3 | | - padding: 6px; |
4 | 5 | display: inline-block; |
5 | | - background: #fff; |
6 | | - margin: 3px; |
7 | | - border: 1px solid #EEE; |
8 | | - color: #222; |
| 6 | + background: #383736 |
| 7 | + margin: 0 5px 5px 0 |
| 8 | + padding: 2px 5px |
| 9 | + border: 2px solid transparent |
| 10 | + border-radius: 3px |
| 11 | + color: #ccc; |
9 | 12 | vertical-align: top; |
10 | 13 | |
11 | | - -add { |
12 | | - padding: 0 5px |
13 | | - font-size: 20px |
14 | | - border-color: #DDD |
15 | | - background: #EEE |
16 | | - } |
17 | | - |
18 | 14 | :hover { |
19 | | - border-color: #deb250; |
20 | | - color: #deb250; |
21 | | - background: #faf3e8; |
22 | | - text-decoration: none |
| 15 | + color: white |
23 | 16 | } |
24 | 17 | |
25 | 18 | img { |
26 | 19 | width: 50px |
27 | 20 | height: 50px |
28 | 21 | display: block |
| 22 | + border-radius: 3px |
| 23 | + margin: -2px -5px |
29 | 24 | } |
30 | 25 | |
31 | | - -self { |
32 | | - border-color: #b3d6bd; |
33 | | - background: #fbfffb; |
34 | | - color: #719a68; |
| 26 | + -assigned { |
| 27 | + color: white |
| 28 | + border: 2px solid #c1cdf0 |
| 29 | + background: #c1cdf0 |
35 | 30 | } |
36 | 31 | |
37 | | - -assigned { |
38 | | - padding: 4px; |
39 | | - border: 2px solid #ffa800; |
40 | | - box-shadow: 0px 1px 2px #ff8d00; |
41 | | - color: #a8702a; |
42 | | - font-weight: bold; |
| 32 | + -self { |
| 33 | + color: white |
| 34 | + border: 2px solid #6f74e5 !important |
| 35 | + background: #6f74e5 !important |
43 | 36 | } |
44 | 37 | } |
45 | 38 | |
46 | 39 | span.add { |
47 | 40 | position: relative |
48 | 41 | display: inline-block; |
49 | | - border: 1px solid #DDD |
50 | | - background: #EEE |
51 | | - margin: 3px; |
52 | | - color: #222; |
53 | | - vertical-align: top; |
54 | | - :hover { |
55 | | - border-color: #deb250; |
56 | | - color: #deb250; |
57 | | - background: #faf3e8; |
58 | | - } |
| 42 | + background: #2d2c2c |
| 43 | + margin: 0 5px 5px 0 |
| 44 | + border: 2px solid transparent |
| 45 | + border-radius: 3px |
| 46 | + |
59 | 47 | ::before { |
60 | 48 | font-size: 30px; |
61 | 49 | content: '+'; |
62 | 50 | position: absolute; |
63 | | - top: 13px; |
| 51 | + top: 5px; |
64 | 52 | left: 0; |
65 | 53 | right: 0; |
66 | 54 | text-align: center; |
67 | 55 | } |
| 56 | + :hover { |
| 57 | + color: white |
| 58 | + } |
68 | 59 | input[type="file"] { |
69 | | - height: 62px |
70 | | - width: 62px |
| 60 | + height: 50px |
| 61 | + width: 50px |
71 | 62 | display: block |
72 | 63 | cursor: pointer |
73 | 64 | opacity: 0 |
74 | 65 | } |