git ssb

1+

Daan Patchwork / patchwork



Tree: 83e73400cbb666a977e7f21d8c6d64570fc569b1

Files: 83e73400cbb666a977e7f21d8c6d64570fc569b1 / 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