diff options
author | Marcin Aman <maman@virtuslab.com> | 2020-06-21 14:58:58 +0200 |
---|---|---|
committer | Paweł Marks <Kordyjan@users.noreply.github.com> | 2020-06-24 12:57:30 +0200 |
commit | 724242df61b3cbd8f176dde7208f64c8acedf850 (patch) | |
tree | b3b15d142f76c0b3adcba6e74a95e5290b7aac8b /plugins/base/frontend/src/main/components/search/search.scss | |
parent | ded608b8e0c1fcde7b7e3c5089af49b379b7bab3 (diff) | |
download | dokka-724242df61b3cbd8f176dde7208f64c8acedf850.tar.gz dokka-724242df61b3cbd8f176dde7208f64c8acedf850.tar.bz2 dokka-724242df61b3cbd8f176dde7208f64c8acedf850.zip |
Small css adjustments
Diffstat (limited to 'plugins/base/frontend/src/main/components/search/search.scss')
-rw-r--r-- | plugins/base/frontend/src/main/components/search/search.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/base/frontend/src/main/components/search/search.scss b/plugins/base/frontend/src/main/components/search/search.scss index a891283e..c3b1ab3b 100644 --- a/plugins/base/frontend/src/main/components/search/search.scss +++ b/plugins/base/frontend/src/main/components/search/search.scss @@ -2,6 +2,7 @@ button { border: none; fill: #637282; + background: #F4F4F4; &:focus { outline: none; |