Mercurial > repos > other > Adwaita-Dark-Green
changeset 107:8a89ac1d5791
Fix warnings about deprecated single-colour gradient
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Tue, 26 Apr 2022 19:37:27 +0100 |
parents | 763cdfeaf613 |
children | abccdd6be133 |
files | gtk-3.24/dconf-editor.css gtk-3.24/fractal.css |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/gtk-3.24/dconf-editor.css Thu Apr 21 17:19:29 2022 +0100 +++ b/gtk-3.24/dconf-editor.css Tue Apr 26 19:37:27 2022 +0100 @@ -12,5 +12,5 @@ .large-window.dconf-editor:backdrop .pathbar { background-color: #3D3D3D; /* Ugly hack to fix mid-grey backdrop background - set a background image */ - background-image: linear-gradient(to bottom, #3D3D3D 0%); + background-image: linear-gradient(to bottom, #3D3D3D 0%, #3D3D3D 100%); } \ No newline at end of file
--- a/gtk-3.24/fractal.css Thu Apr 21 17:19:29 2022 +0100 +++ b/gtk-3.24/fractal.css Tue Apr 26 19:37:27 2022 +0100 @@ -4,7 +4,7 @@ box.message-input-area box.message-input { background-color: @theme_input_bg_color; - background-image: linear-gradient(@theme_input_bg_color 0); + background-image: linear-gradient(@theme_input_bg_color 0, @theme_input_bg_color 100%); } box.message-input-area box.message-inpu:backdrop {