Commit d398268f2297572879a8f99ecd25e97e46ceb570
Participants styles
Alan Shaw committed on 9/15/2017, 10:41:28 AMParent: fe67168c9f38bc6429a920691df0cb9aa70f6002
Files changed
styles/dark/message.mcss | changed |
styles/dark/message.mcss | ||
---|---|---|
@@ -72,9 +72,9 @@ | ||
72 | 72 | } |
73 | 73 | } |
74 | 74 | |
75 | 75 | -new { |
76 | - box-shadow: 0 0 1px #ffc600; | |
76 | + box-shadow: 0 0 1px #efef00; | |
77 | 77 | z-index: 1; |
78 | 78 | } |
79 | 79 | |
80 | 80 | header { |
@@ -138,9 +138,9 @@ | ||
138 | 138 | |
139 | 139 | @svg new { |
140 | 140 | width: 12px |
141 | 141 | 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' />" | |
143 | 143 | } |
144 | 144 | } |
145 | 145 | |
146 | 146 | em { |
@@ -171,14 +171,27 @@ | ||
171 | 171 | |
172 | 172 | span.private { |
173 | 173 | display: inline-block; |
174 | 174 | margin: -3px -3px 3px 4px; |
175 | - border: 4px solid #525050; | |
176 | 175 | position: relative; |
177 | 176 | |
178 | 177 | a { |
179 | 178 | display: inline-block |
180 | 179 | |
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 | + | |
181 | 194 | img { |
182 | 195 | margin: 0 |
183 | 196 | vertical-align: bottom |
184 | 197 | border: none |
@@ -187,16 +200,15 @@ | ||
187 | 200 | |
188 | 201 | :after { |
189 | 202 | content: 'private'; |
190 | 203 | position: absolute; |
191 | - background: #525050; | |
204 | + background: rgba(0,0,0,0.75); | |
192 | 205 | bottom: 0; |
193 | 206 | left: -1px; |
194 | 207 | 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; | |
199 | 211 | pointer-events: none; |
200 | 212 | white-space: nowrap |
201 | 213 | } |
202 | 214 | } |
Built with git-ssb-web