git ssb

16+

Dominic / patchbay



Commit fb6ed3fc5d2e702c2a92d6962ab9649fc3cf9be2

fix suggest box

Ev Bogue committed on 11/6/2016, 8:42:26 PM
Parent: 0c7c89c264ab3e6d244b7d654ef4b82d9aba00b8

Files changed

style.csschanged
style.cssView
@@ -267,19 +267,25 @@
267267 display: block;
268268 }
269269
270270 .suggest-box ul {
271 + padding: 0;
271272 list-style-type: none;
272- padding-left: -2em;
273 + margin-left: -7em;
274 + background: #f7f7f7;
275 + padding-top: .1em;
276 + padding-bottom: .1em;
277 + border-radius: .2em;
278 + border: 1px solid #eee;
273279 }
274280
275281 .suggest-box .selected {
276- background: #eee;
282 + background: white;
277283 }
278284
279285 .suggest-box {
280286 width: max-content;
281- background: white;
287 + background: #white;
282288 border-radius: 1em;
283289 }
284290
285291 /* avatar */

Built with git-ssb-web