Mercurial > repos > other > Adwaita-Dark-Green
changeset 83:6d9661c97630
Minor fix to disabled, backdrop spinbutton buttons
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Mon, 29 Oct 2018 12:02:24 +0000 |
parents | 3c2f1274d516 |
children | 43583045e41f |
files | gtk-3.20/gtk.css gtk-3.20/gtk.scss |
diffstat | 2 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/gtk-3.20/gtk.css Sat Oct 27 20:03:22 2018 +0100 +++ b/gtk-3.20/gtk.css Mon Oct 29 12:02:24 2018 +0000 @@ -2230,6 +2230,8 @@ notebook > header tab:backdrop:checked.reorderable-page { background-color: #C6C6C6; } +spinbutton:not(.vertical) button:backdrop:disabled { background: transparent none; } + .emoji-section label { font-family: "Symbola"; font-weight: bold; font-size: 125%; } headerbar .background { background: #4a4a4a; color: #dddddd; }
--- a/gtk-3.20/gtk.scss Sat Oct 27 20:03:22 2018 +0100 +++ b/gtk-3.20/gtk.scss Mon Oct 29 12:02:24 2018 +0000 @@ -583,6 +583,9 @@ } } +// Stop the disabled spin button being dark grey +spinbutton:not(.vertical) button:backdrop:disabled { background: transparent none; } + // Fix the category icons in the Emoji input box .emoji-section label { font-family: "Symbola";