Commit 89f1ce036571ba33a64efc260a594fbc8b43ba39
most borders shalt be 1px!
mix irving committed on 4/15/2017, 5:24:38 AMParent: 4622f0f309ad54bb68264002d34fec7be0a43e3a
Files changed
styles/button.mcss | changed |
styles/compose.mcss | changed |
styles/main-window.mcss | changed |
styles/message.mcss | changed |
styles/picker.mcss | changed |
styles/sheet.mcss | changed |
styles/toggle-button.mcss | changed |
styles/button.mcss | ||
---|---|---|
@@ -1,9 +1,9 @@ | ||
1 | 1 … | button { |
2 | 2 … | color: #5f5f5f; |
3 | 3 … | padding: 3px 6px; |
4 | 4 … | background: white; |
5 | - border: 2px solid #DDD; | |
5 … | + border: 1px solid #DDD; | |
6 | 6 … | border-radius: 0 |
7 | 7 … | font-size: 130% |
8 | 8 … | cursor: pointer |
9 | 9 … |
styles/compose.mcss | ||
---|---|---|
@@ -51,9 +51,9 @@ | ||
51 | 51 … | ::before { |
52 | 52 … | color: #5f5f5f; |
53 | 53 … | padding: 3px 6px; |
54 | 54 … | background: white; |
55 | - border: 2px solid #DDD; | |
55 … | + border: 1px solid #DDD; | |
56 | 56 … | border-radius: 0 |
57 | 57 … | cursor: pointer |
58 | 58 … | padding-top: .3rem |
59 | 59 … | content: '📎' |
styles/main-window.mcss | ||
---|---|---|
@@ -32,9 +32,9 @@ | ||
32 | 32 … | } |
33 | 33 … | |
34 | 34 … | a { |
35 | 35 … | padding: 2px 8px; |
36 | - border: 2px solid #c7c6c6; | |
36 … | + border: 1px solid #c7c6c6; | |
37 | 37 … | border-radius: 0 |
38 | 38 … | background: #dedede; |
39 | 39 … | color: #656565; |
40 | 40 … | font-size: 120%; |
styles/message.mcss | ||
---|---|---|
@@ -144,9 +144,9 @@ | ||
144 | 144 … | |
145 | 145 … | span.private { |
146 | 146 … | display: inline-block; |
147 | 147 … | margin: -3px -3px -3px 4px; |
148 | - border: 4px solid #525050; | |
148 … | + border: 1px solid #525050; | |
149 | 149 … | position: relative; |
150 | 150 … | |
151 | 151 … | a { |
152 | 152 … | display: inline-block |
styles/picker.mcss | ||
---|---|---|
@@ -35,9 +35,9 @@ | ||
35 | 35 … | } |
36 | 36 … | |
37 | 37 … | -assigned { |
38 | 38 … | padding: 4px; |
39 | - border: 2px solid #ffa800; | |
39 … | + border: 1px solid #ffa800; | |
40 | 40 … | box-shadow: 0px 1px 2px #ff8d00; |
41 | 41 … | color: #a8702a; |
42 | 42 … | font-weight: bold; |
43 | 43 … | } |
styles/sheet.mcss | ||
---|---|---|
@@ -7,9 +7,9 @@ | ||
7 | 7 … | left: 0; |
8 | 8 … | right: 0; |
9 | 9 … | width: 80vw; |
10 | 10 … | background: #f8f8f8; |
11 | - border: 2px solid #9c9a9a; | |
11 … | + border: 1px solid #9c9a9a; | |
12 | 12 … | box-shadow: 0 0 40px rgba(0,0,0,0.5); |
13 | 13 … | border-bottom-left-radius: 4px; |
14 | 14 … | border-bottom-right-radius: 4px; |
15 | 15 … | display: flex |
Built with git-ssb-web