Files: 55fc93a9190c25f467ead205ab8d676b5191dbd4 / styles / dracula / main-window.mcss
1132 bytesRaw
1 | MainWindow { |
2 | -linux, -win32 { |
3 | (div) { |
4 | ::-webkit-scrollbar { |
5 | width: 12px |
6 | } |
7 | ::-webkit-scrollbar-corner { |
8 | background-color: #282a36 |
9 | } |
10 | ::-webkit-scrollbar-track { |
11 | -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) |
12 | border-radius: 10px |
13 | } |
14 | ::-webkit-scrollbar-thumb { |
15 | border-radius: 10px |
16 | background-color: #343744 |
17 | /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5) */ |
18 | } |
19 | } |
20 | } |
21 | div.top { |
22 | background: #282a36 |
23 | border-bottom: 2px solid #6f74e5 |
24 | span.history { |
25 | a { |
26 | :hover { |
27 | background-color: #44475a |
28 | } |
29 | } |
30 | } |
31 | span.nav { |
32 | a { |
33 | background: #44475a |
34 | color: #aaa |
35 | :hover { |
36 | background: #aeaeae |
37 | } |
38 | -selected { |
39 | background: #aeaeae |
40 | :hover { |
41 | background: #aeaeae |
42 | } |
43 | } |
44 | -drop { |
45 | :after { |
46 | border-left: 1px solid #6e6d6d |
47 | } |
48 | } |
49 | } |
50 | } |
51 | span.appTitle { |
52 | color: #ccc |
53 | div.info { |
54 | background: #282a36 |
55 | } |
56 | } |
57 | } |
58 | } |
59 |
Built with git-ssb-web