Files: 25a1b62eac06d4d75d5b9b4ee53a86ab7f163b5f / styles / dark / toggle-button.mcss
642 bytesRaw
1 | ToggleButton { |
2 | color: #757474 |
3 | background: #2d2c2c |
4 | border: 0 |
5 | color: #ccc |
6 | :hover { |
7 | color: white |
8 | } |
9 | -unblocking { |
10 | color: white |
11 | } |
12 | -unsubscribe { |
13 | :hover { |
14 | background-image: svg(subscribed-hover) |
15 | } |
16 | } |
17 | -drop { |
18 | :after { |
19 | border-color: #6e6d6d |
20 | background-color: #ccc |
21 | } |
22 | } |
23 | @svg subscribed { |
24 | content: "<circle cx='6' stroke='#ccc' fill='none' cy='6' r='5' /> <circle cx='6' cy='6' r='3' fill='#ccc'/>" |
25 | } |
26 | @svg subscribed-hover { |
27 | width: 20px |
28 | height: 12px |
29 | content: "<circle cx='6' stroke='#fff' fill='none' cy='6' r='5' /> <circle cx='6' cy='6' r='3' fill='#fff'/>" |
30 | } |
31 | } |
32 |
Built with git-ssb-web