git ssb

0+

alanz / patchwork



forked from Matt McKegg / patchwork

Commit d398268f2297572879a8f99ecd25e97e46ceb570

Participants styles

Alan Shaw committed on 9/15/2017, 10:41:28 AM
Parent: fe67168c9f38bc6429a920691df0cb9aa70f6002

Files changed

styles/dark/message.mcsschanged
styles/dark/message.mcssView
@@ -72,9 +72,9 @@
7272 }
7373 }
7474
7575 -new {
76- box-shadow: 0 0 1px #ffc600;
76+ box-shadow: 0 0 1px #efef00;
7777 z-index: 1;
7878 }
7979
8080 header {
@@ -138,9 +138,9 @@
138138
139139 @svg new {
140140 width: 12px
141141 height: 12px
142- content: "<circle cx='6' stroke='none' fill='#ffcf04' cy='6' r='5' />"
142+ content: "<circle cx='6' stroke='none' fill='#efef00' cy='6' r='5' />"
143143 }
144144 }
145145
146146 em {
@@ -171,14 +171,27 @@
171171
172172 span.private {
173173 display: inline-block;
174174 margin: -3px -3px 3px 4px;
175- border: 4px solid #525050;
176175 position: relative;
177176
178177 a {
179178 display: inline-block
180179
180+ :first-child {
181+ img {
182+ border-top-left-radius: 3px
183+ border-bottom-left-radius: 3px
184+ }
185+ }
186+
187+ :last-child {
188+ img {
189+ border-top-right-radius: 3px
190+ border-bottom-right-radius: 3px
191+ }
192+ }
193+
181194 img {
182195 margin: 0
183196 vertical-align: bottom
184197 border: none
@@ -187,16 +200,15 @@
187200
188201 :after {
189202 content: 'private';
190203 position: absolute;
191- background: #525050;
204+ background: rgba(0,0,0,0.75);
192205 bottom: 0;
193206 left: -1px;
194207 font-size: 10px;
195- padding: 2px 4px 0 2px;
196- border-top-right-radius: 5px;
197- color: white;
198- font-weight: bold;
208+ padding: 1px 4px;
209+ border-top-right-radius: 3px;
210+ color: #ccc;
199211 pointer-events: none;
200212 white-space: nowrap
201213 }
202214 }

Built with git-ssb-web