Commit dd82e2665d39118c06a61de9fe67ea5a8fe6ffb8
border radius will be 0!
mix irving committed on 4/15/2017, 5:10:16 AMParent: fb169fe76c469b667a36692862f10e349e101ca7
Files changed
styles/button.mcss | changed |
styles/channel-list.mcss | changed |
styles/compose.mcss | changed |
styles/image-input.mcss | changed |
styles/main-window.mcss | changed |
styles/message.mcss | changed |
styles/profile-list.mcss | changed |
styles/toggle-button.mcss | changed |
styles/button.mcss | ||
---|---|---|
@@ -2,9 +2,9 @@ | ||
2 | 2 … | color: #5f5f5f; |
3 | 3 … | padding: 3px 6px; |
4 | 4 … | background: white; |
5 | 5 … | border: 2px solid #DDD; |
6 | - border-radius: 4px; | |
6 … | + border-radius: 0 | |
7 | 7 … | font-size: 130% |
8 | 8 … | cursor: pointer |
9 | 9 … | |
10 | 10 … | :hover { |
styles/channel-list.mcss | ||
---|---|---|
@@ -4,9 +4,9 @@ | ||
4 | 4 … | padding: 8px 10px; |
5 | 5 … | font-size: 110%; |
6 | 6 … | margin: 4px 0; |
7 | 7 … | background: rgba(255, 255, 255, 0.66); |
8 | - border-radius: 5px; | |
8 … | + border-radius: 0 | |
9 | 9 … | position: relative |
10 | 10 … | transition: background-color 0.2s |
11 | 11 … | max-width: 250px; |
12 | 12 … | |
@@ -48,9 +48,9 @@ | ||
48 | 48 … | background-color: rgb(112, 112, 112); |
49 | 49 … | transition: opacity 0.2s, background-color 0.4s |
50 | 50 … | padding: 9px 10px; |
51 | 51 … | color: white; |
52 | - border-radius: 4px; | |
52 … | + border-radius: 0 | |
53 | 53 … | font-weight: bold; |
54 | 54 … | margin: -8px -10px -8px 4px; |
55 | 55 … | border-top-left-radius: 0; |
56 | 56 … | border-bottom-left-radius: 0; |
styles/compose.mcss | ||
---|---|---|
@@ -52,9 +52,9 @@ | ||
52 | 52 … | color: #5f5f5f; |
53 | 53 … | padding: 3px 6px; |
54 | 54 … | background: white; |
55 | 55 … | border: 2px solid #DDD; |
56 | - border-radius: 4px; | |
56 … | + border-radius: 0 | |
57 | 57 … | cursor: pointer |
58 | 58 … | padding-top: .3rem |
59 | 59 … | content: '📎' |
60 | 60 … | font-size: 1rem |
styles/image-input.mcss | ||
---|---|---|
@@ -27,9 +27,9 @@ | ||
27 | 27 … | bottom: 0 |
28 | 28 … | margin: 20px |
29 | 29 … | background: #444 |
30 | 30 … | padding: 4px 8px |
31 | - border-radius: 5px | |
31 … | + border-radius: 0 | |
32 | 32 … | transition: opacity 0.2s |
33 | 33 … | opacity: 0.5 |
34 | 34 … | color: white |
35 | 35 … | } |
styles/main-window.mcss | ||
---|---|---|
@@ -22,9 +22,9 @@ | ||
22 | 22 … | |
23 | 23 … | input.search { |
24 | 24 … | padding: 2px 4px; |
25 | 25 … | border: 01px solid #c7c6c6; |
26 | - border-radius: 4px; | |
26 … | + border-radius: 0 | |
27 | 27 … | background: #ffffff; |
28 | 28 … | color: #656565; |
29 | 29 … | font-size: 120%; |
30 | 30 … | margin-top: -3px; |
@@ -33,9 +33,9 @@ | ||
33 | 33 … | |
34 | 34 … | a { |
35 | 35 … | padding: 2px 8px; |
36 | 36 … | border: 2px solid #c7c6c6; |
37 | - border-radius: 4px; | |
37 … | + border-radius: 0 | |
38 | 38 … | background: #dedede; |
39 | 39 … | color: #656565; |
40 | 40 … | font-size: 120%; |
41 | 41 … | cursor: pointer; |
styles/message.mcss | ||
---|---|---|
@@ -135,9 +135,9 @@ | ||
135 | 135 … | span.likes { |
136 | 136 … | color: #ffffff; |
137 | 137 … | background: linear-gradient(45deg, #859c88, #87d47d); |
138 | 138 … | padding: 5px 8px; |
139 | - border-radius: 10px; | |
139 … | + border-radius: 0 | |
140 | 140 … | display: inline-block; |
141 | 141 … | vertical-align: top; |
142 | 142 … | margin: -2px 0; |
143 | 143 … | } |
Built with git-ssb-web