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 | |
parent | ded608b8e0c1fcde7b7e3c5089af49b379b7bab3 (diff) | |
download | dokka-724242df61b3cbd8f176dde7208f64c8acedf850.tar.gz dokka-724242df61b3cbd8f176dde7208f64c8acedf850.tar.bz2 dokka-724242df61b3cbd8f176dde7208f64c8acedf850.zip |
Small css adjustments
-rw-r--r-- | plugins/base/frontend/src/main/components/search/search.scss | 1 | ||||
-rw-r--r-- | plugins/base/src/main/resources/dokka/styles/style.css | 5 |
2 files changed, 5 insertions, 1 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; diff --git a/plugins/base/src/main/resources/dokka/styles/style.css b/plugins/base/src/main/resources/dokka/styles/style.css index 0d1314c9..118d247a 100644 --- a/plugins/base/src/main/resources/dokka/styles/style.css +++ b/plugins/base/src/main/resources/dokka/styles/style.css @@ -255,11 +255,14 @@ z-index: 1000; background: white; font-weight: normal; - box-shadow: 0 2px 16px 0 var(--ring-popup-shadow-color); font-family: 'Inter', "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; width: max-content; font-size: 14px; cursor: default; + border: 1px solid #D8DCE1; + box-sizing: border-box; + box-shadow: 0px 5px 10px var(--ring-popup-shadow-color); + border-radius: 3px; } .copy-popup-wrapper.popup-to-left { |