git ssb

10+

Matt McKegg / patchwork



Commit a3083ff2a03a1cb6ff031b90927b3b2208fcf37c

Change background on left and right slide bar

Marcos Gutierrez committed on 9/22/2017, 1:22:35 AM
Parent: 7de31a2c8d1242ef25e6d72ad866af576c5f3907

Files changed

styles/light/split-view.mcsschanged
styles/light/split-view.mcssView
@@ -9,27 +9,26 @@
99 }
1010 div.side {
1111 width: 280px;
1212 padding: 20px;
13- background: linear-gradient(81deg, #d6ecff, rgb(248, 253, 253));
13+ background: #efefef
1414 border-right: 1px solid #dcdcdc;
1515 overflow-y: auto;
16-
16+
1717 -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;
2120 }
21+ }
2222
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%
3332 }
3433 }
3534 }

Built with git-ssb-web