git ssb

10+

Matt McKegg / patchwork



Commit dd82e2665d39118c06a61de9fe67ea5a8fe6ffb8

border radius will be 0!

mix irving committed on 4/15/2017, 5:10:16 AM
Parent: fb169fe76c469b667a36692862f10e349e101ca7

Files changed

styles/button.mcsschanged
styles/channel-list.mcsschanged
styles/compose.mcsschanged
styles/image-input.mcsschanged
styles/main-window.mcsschanged
styles/message.mcsschanged
styles/profile-list.mcsschanged
styles/toggle-button.mcsschanged
styles/button.mcssView
@@ -2,9 +2,9 @@
22 color: #5f5f5f;
33 padding: 3px 6px;
44 background: white;
55 border: 2px solid #DDD;
6- border-radius: 4px;
6 + border-radius: 0
77 font-size: 130%
88 cursor: pointer
99
1010 :hover {
styles/channel-list.mcssView
@@ -4,9 +4,9 @@
44 padding: 8px 10px;
55 font-size: 110%;
66 margin: 4px 0;
77 background: rgba(255, 255, 255, 0.66);
8- border-radius: 5px;
8 + border-radius: 0
99 position: relative
1010 transition: background-color 0.2s
1111 max-width: 250px;
1212
@@ -48,9 +48,9 @@
4848 background-color: rgb(112, 112, 112);
4949 transition: opacity 0.2s, background-color 0.4s
5050 padding: 9px 10px;
5151 color: white;
52- border-radius: 4px;
52 + border-radius: 0
5353 font-weight: bold;
5454 margin: -8px -10px -8px 4px;
5555 border-top-left-radius: 0;
5656 border-bottom-left-radius: 0;
styles/compose.mcssView
@@ -52,9 +52,9 @@
5252 color: #5f5f5f;
5353 padding: 3px 6px;
5454 background: white;
5555 border: 2px solid #DDD;
56- border-radius: 4px;
56 + border-radius: 0
5757 cursor: pointer
5858 padding-top: .3rem
5959 content: '📎'
6060 font-size: 1rem
styles/image-input.mcssView
@@ -27,9 +27,9 @@
2727 bottom: 0
2828 margin: 20px
2929 background: #444
3030 padding: 4px 8px
31- border-radius: 5px
31 + border-radius: 0
3232 transition: opacity 0.2s
3333 opacity: 0.5
3434 color: white
3535 }
styles/main-window.mcssView
@@ -22,9 +22,9 @@
2222
2323 input.search {
2424 padding: 2px 4px;
2525 border: 01px solid #c7c6c6;
26- border-radius: 4px;
26 + border-radius: 0
2727 background: #ffffff;
2828 color: #656565;
2929 font-size: 120%;
3030 margin-top: -3px;
@@ -33,9 +33,9 @@
3333
3434 a {
3535 padding: 2px 8px;
3636 border: 2px solid #c7c6c6;
37- border-radius: 4px;
37 + border-radius: 0
3838 background: #dedede;
3939 color: #656565;
4040 font-size: 120%;
4141 cursor: pointer;
styles/message.mcssView
@@ -135,9 +135,9 @@
135135 span.likes {
136136 color: #ffffff;
137137 background: linear-gradient(45deg, #859c88, #87d47d);
138138 padding: 5px 8px;
139- border-radius: 10px;
139 + border-radius: 0
140140 display: inline-block;
141141 vertical-align: top;
142142 margin: -2px 0;
143143 }
styles/profile-list.mcssView
@@ -4,9 +4,9 @@
44 padding: 4px;
55 font-size: 110%;
66 margin: 4px 0;
77 background: rgba(255, 255, 255, 0.74);
8- border-radius: 5px;
8 + border-radius: 0
99 position: relative
1010 text-decoration: none
1111 transition: background-color 0.2s
1212
styles/toggle-button.mcssView
@@ -5,9 +5,9 @@
55 transition: opacity 0.2s;
66 opacity: 0.6;
77 padding: 6px 12px;
88 color: white;
9- border-radius: 4px;
9 + border-radius: 0
1010 font-weight: bold;
1111 text-decoration: none;
1212 display: block;
1313

Built with git-ssb-web