diff gtk-3.20/gtk.css @ 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 84a6e9aa7c8f
children e98478e5fe6d
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; }