diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2019-08-15 23:20:42 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2019-08-15 23:20:42 -0400 |
| commit | 5848f027eb2ab914fafe15d25cdf02767dabd4aa (patch) | |
| tree | a46a9c310e908650b134f8b0139aacee41a3546e /src/client/views/search/SearchBox.scss | |
| parent | eb2d8bdcf11459ab274196b390815e6fc4ddc26e (diff) | |
| parent | e0986156ac3fa92d57f3fbe9bc5e36e413764357 (diff) | |
Merge branch 'master' into web_chrome
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; + } } } |
