From 5acba9421b028a6bcf94f2b52a035f51f854d269 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Wed, 5 Oct 2016 22:34:48 +0200 Subject: fix disabled entry border-color in header bars (#668) --- common/gtk-3.0/3.20/gtk-solid-dark.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'common/gtk-3.0/3.20/gtk-solid-dark.css') diff --git a/common/gtk-3.0/3.20/gtk-solid-dark.css b/common/gtk-3.0/3.20/gtk-solid-dark.css index 9b76d49..bbe5c00 100644 --- a/common/gtk-3.0/3.20/gtk-solid-dark.css +++ b/common/gtk-3.0/3.20/gtk-solid-dark.css @@ -1055,6 +1055,7 @@ window.csd > .titlebar:not(headerbar):backdrop { color: #ffffff; } .primary-toolbar:not(.libreoffice-toolbar) entry:disabled, headerbar entry:disabled { color: rgba(207, 218, 231, 0.35); + border-color: rgba(21, 23, 28, 0.4); background-color: rgba(95, 105, 127, 0.25); } .primary-toolbar:not(.libreoffice-toolbar) entry selection:focus, headerbar entry selection:focus { background-color: #ffffff; @@ -1300,6 +1301,7 @@ window.csd > .titlebar:not(headerbar):backdrop { box-shadow: none; } .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled { color: rgba(207, 218, 231, 0.35); + border-color: rgba(21, 23, 28, 0.4); background-color: rgba(95, 105, 127, 0.25); } .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(ltr), headerbar combobox > .linked > entry.combo:dir(ltr) { @@ -3570,6 +3572,7 @@ panel-toplevel.background button:not(#tasklist-button), .xfce4-panel.panel butto background-color: #5294e2; } .marlin-pathbar.pathbar:disabled { color: rgba(207, 218, 231, 0.35); + border-color: rgba(21, 23, 28, 0.4); background-color: rgba(95, 105, 127, 0.25); } .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { color: #5294e2; } -- cgit v1.2.3