git ssb

1+

Daan Patchwork / patchwork



Tree: 8ccc9fb88d1bc2aa39a121fca766f8ba30115656

Files: 8ccc9fb88d1bc2aa39a121fca766f8ba30115656 / styles / base / confirm-suggest.mcss

461 bytesRaw
1ConfirmSuggest {
2 position: fixed
3 border: 1px solid #ddd
4 z-index: 100
5 background: white
6 ul {
7 margin: 0
8 padding: 0
9 list-style: none
10 li {
11 padding: 4px 8px
12 font-size: 85%
13 border-bottom: 1px solid #ddd
14 selected {
15 color: #fff
16 background-color: #428bca
17 border-color: darken(#428bca, 5%)
18 }
19 img {
20 height: 20px
21 }
22 :last-child {
23 border: 0
24 }
25 }
26 }
27}
28

Built with git-ssb-web