diff options
| author | bobzel <zzzman@gmail.com> | 2020-08-24 20:43:07 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-08-24 20:43:07 -0400 |
| commit | 015a08f56f9dda8b63ab139750a9ade6a964eff6 (patch) | |
| tree | e3d94a6ace4151d6f0692a2f719c6bfd6117039b /src/client/views/search/SearchBox.scss | |
| parent | 69f94b19baa37a0a9114bc21710d2e09b49b638d (diff) | |
added lozenges to distinguish user & dashboard at top of workspace
Diffstat (limited to 'src/client/views/search/SearchBox.scss')
| -rw-r--r-- | src/client/views/search/SearchBox.scss | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/src/client/views/search/SearchBox.scss b/src/client/views/search/SearchBox.scss index 3f06ba7d3..b5557e0d9 100644 --- a/src/client/views/search/SearchBox.scss +++ b/src/client/views/search/SearchBox.scss @@ -11,7 +11,19 @@ line-height: 1; overflow-y: auto; overflow-x: visible; - background: lightgrey, + background: lightgrey; + + .searchBox-lozenge { + background-color: #313131; + border-radius: 5px; + height: 15px; + padding: 4px; + box-shadow: lightgrey 0.15em 0.15em 0.1em; + margin: 2px; + margin-bottom: 4px; + border-top: dimgrey 1px solid; + border-left: dimgrey 1px solid; + } } .searchBox-bar { |
