Commit a3083ff2a03a1cb6ff031b90927b3b2208fcf37c
Change background on left and right slide bar
Marcos Gutierrez committed on 9/22/2017, 1:22:35 AMParent: 7de31a2c8d1242ef25e6d72ad866af576c5f3907
Files changed
styles/light/split-view.mcss | changed |
styles/light/split-view.mcss | ||
---|---|---|
@@ -9,27 +9,26 @@ | ||
9 | 9 | } |
10 | 10 | div.side { |
11 | 11 | width: 280px; |
12 | 12 | padding: 20px; |
13 | - background: linear-gradient(81deg, #d6ecff, rgb(248, 253, 253)); | |
13 | + background: #efefef | |
14 | 14 | border-right: 1px solid #dcdcdc; |
15 | 15 | overflow-y: auto; |
16 | - | |
16 | + | |
17 | 17 | -right { |
18 | - border: none | |
19 | - border-left: 1px solid #dcdcdc | |
20 | - background: linear-gradient(100deg, #ffffff, #f9ecca); | |
18 | + background: #F9F8F7 | |
19 | + border-left: 1px solid #dcdcdc; | |
21 | 20 | } |
21 | + } | |
22 | 22 | |
23 | - h2 { | |
24 | - margin-top: 20px | |
25 | - margin-bottom: 8px | |
26 | - color: #527b90; | |
27 | - text-shadow: 0px 0px 3px #fff; | |
28 | - font-weight: normal; | |
29 | - span.sub { | |
30 | - font-weight: normal | |
31 | - font-size: 90% | |
32 | - } | |
23 | + div.side h2 { | |
24 | + margin-top: 20px | |
25 | + margin-bottom: 8px | |
26 | + color: #527b90; | |
27 | + text-shadow: 0px 0px 3px #fff; | |
28 | + font-weight: normal; | |
29 | + span.sub { | |
30 | + font-weight: normal | |
31 | + font-size: 90% | |
33 | 32 | } |
34 | 33 | } |
35 | 34 | } |
Built with git-ssb-web