diff options
| author | bobzel <zzzman@gmail.com> | 2019-08-15 23:19:50 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-15 23:19:50 -0400 |
| commit | e0986156ac3fa92d57f3fbe9bc5e36e413764357 (patch) | |
| tree | 342a09d7ea8d95c897c74da095afde864e09ca55 /src/client/views/search/SearchBox.scss | |
| parent | 46386fd73a06e52d606f891c812a9af0598eec79 (diff) | |
| parent | a7307ca3dc46782cc9e4cae4daa9b30911ace1dd (diff) | |
Merge pull request #249 from browngraphicslab/monika_ellie_UI
mac compatibility and UI
Diffstat (limited to 'src/client/views/search/SearchBox.scss')
| -rw-r--r-- | src/client/views/search/SearchBox.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/client/views/search/SearchBox.scss b/src/client/views/search/SearchBox.scss index fcdc79220..5ed33a596 100644 --- a/src/client/views/search/SearchBox.scss +++ b/src/client/views/search/SearchBox.scss @@ -37,6 +37,11 @@ margin-left: 2px; margin-right: 2px } + + &.searchBox-close { + color: $light-color; + max-height: 32px; + } } } |
