diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2021-04-05 12:05:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-05 12:05:07 +0200 |
commit | de3b3e1cdad7c48217198940af86d72c9c9d8d3f (patch) | |
tree | 875b5c29a94cbcc10a9f5360bd401e8bfd5331f7 | |
parent | 460bef1dabb5baad19efe7280139bcc620507712 (diff) | |
parent | b60b6ddba445c7869025092deb1750a5ad98cf3a (diff) |
Merge pull request #47633 from Calinou/editor-theme-scrollbar-add-background
Add a subtle background to editor scrollbars
-rw-r--r-- | editor/icons/GuiScrollBg.svg | 2 | ||||
-rw-r--r-- | editor/icons/GuiScrollGrabber.svg | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/editor/icons/GuiScrollBg.svg b/editor/icons/GuiScrollBg.svg index dd5c60e534..7cfe647368 100644 --- a/editor/icons/GuiScrollBg.svg +++ b/editor/icons/GuiScrollBg.svg @@ -1 +1 @@ -<svg height="12" viewBox="0 0 12 11.999999" width="12" xmlns="http://www.w3.org/2000/svg"/> +<svg height="12" viewBox="0 0 12 11.999999" width="12" xmlns="http://www.w3.org/2000/svg"><circle cx="6" cy="6" fill="#fff" fill-opacity=".082353" r="2"/></svg> diff --git a/editor/icons/GuiScrollGrabber.svg b/editor/icons/GuiScrollGrabber.svg index 16edfb567c..935f9361dd 100644 --- a/editor/icons/GuiScrollGrabber.svg +++ b/editor/icons/GuiScrollGrabber.svg @@ -1 +1 @@ -<svg height="12" viewBox="0 0 12 11.999999" width="12" xmlns="http://www.w3.org/2000/svg"><circle cx="6" cy="6" fill="#fff" fill-opacity=".27451" r="2"/></svg> +<svg height="12" viewBox="0 0 12 11.999999" width="12" xmlns="http://www.w3.org/2000/svg"><circle cx="6" cy="6" fill="#fff" fill-opacity=".294118" r="3"/></svg> |