diff options
| author | dg314 <david_grossman@brown.edu> | 2021-08-05 16:38:00 -0400 |
|---|---|---|
| committer | dg314 <david_grossman@brown.edu> | 2021-08-05 16:38:00 -0400 |
| commit | d511c116330c3a125e6557aa5be70392aca4914b (patch) | |
| tree | 9a383b949df4d94dfc4814cf14222c4433b12f4a /src/client/views/search/SearchBox.scss | |
| parent | 2ec093982c06965086326df73d365e1b54f6a2a2 (diff) | |
comments
Diffstat (limited to 'src/client/views/search/SearchBox.scss')
| -rw-r--r-- | src/client/views/search/SearchBox.scss | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/src/client/views/search/SearchBox.scss b/src/client/views/search/SearchBox.scss index e4d1ac6a3..e7526dac8 100644 --- a/src/client/views/search/SearchBox.scss +++ b/src/client/views/search/SearchBox.scss @@ -66,13 +66,13 @@ display: inline-block; vertical-align: middle; width: 100%; - height: 40px; + height: 50px; cursor: pointer; font-size: 15px; - padding: 10px; + padding: 11px; &.searchBox-results-scroll-view-result-selected { - background: gray; + background: #999; } .searchBox-result-title { @@ -84,11 +84,25 @@ .searchBox-result-type { font-size: 12px; + margin-top: 6px; display: relative; float: right; width: 60px; text-align: right; - color: #333; + color: #222; + } + + .searchBox-result-keys { + font-size: 10px; + margin-top: 1px; + display: relative; + float: left; + width: 100%; + text-align: left; + color: #555; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; } } } |
