Files: 55fc93a9190c25f467ead205ab8d676b5191dbd4 / styles / base / confirm-suggest.mcss
461 bytesRaw
1 | ConfirmSuggest { |
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