Commit 208110c10802ef96a81658f56470c309cecb688d
dark theme: style suggest box to match dark scheme
Matt McKegg committed on 10/1/2017, 12:54:04 AMParent: 7d3cf8a2efecd3996488bc7a9d099a4109764dd4
Files changed
styles/dark/suggest-box.mcss | changed |
styles/dark/suggest-box.mcss | ||
---|---|---|
@@ -1,10 +1,11 @@ | ||
1 | + | |
1 | 2 | SuggestBox { |
2 | 3 | width: max-content; |
3 | 4 | max-height: 50vh; |
4 | 5 | overflow-y: auto; |
5 | - background-color: #fff; | |
6 | - border: 1px gainsboro solid; | |
6 | + background-color: #333; | |
7 | + box-shadow: 0 0 5px #111 | |
7 | 8 | z-index: 1000 |
8 | 9 | |
9 | 10 | padding: .2rem .5rem; |
10 | 11 | margin-top: .35rem; |
Built with git-ssb-web