Mercurial > repos > other > Adwaita-Dark-Green
diff gtk-3.20/gtk.css @ 54:4bc0f6c0cf82
Define colours to fix scrollbar slider colouring
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Mon, 10 Apr 2017 15:45:48 +0100 |
parents | 90907f1c42b6 |
children | 229f052fe6b6 |
line wrap: on
line diff
--- a/gtk-3.20/gtk.css Mon Apr 10 15:37:47 2017 +0100 +++ b/gtk-3.20/gtk.css Mon Apr 10 15:45:48 2017 +0100 @@ -2610,9 +2610,9 @@ scrollbar slider:hover { background-color: #535859; } scrollbar slider:hover:active { - background-color: #2a76c6; } + background-color: #5E7F3E; } scrollbar slider:backdrop { - background-color: #c3c4c4; } + background-color: #9a9a9a; } scrollbar slider:disabled { background-color: transparent; } scrollbar.fine-tune slider { @@ -2687,7 +2687,7 @@ box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; - color: #2a76c6; } + color: #5E7F3E; } scrollbar button:disabled { border-color: transparent; background-color: transparent; @@ -2703,7 +2703,7 @@ box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; - color: #c3c4c4; } + color: #9a9a9a; } scrollbar button:backdrop:disabled { border-color: transparent; background-color: transparent; @@ -2711,7 +2711,7 @@ box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; - color: rgba(195, 196, 196, 0.2); } + color: rgba(154, 154, 154, 0.2); } scrollbar.vertical button.down { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } scrollbar.vertical button.up {