diff options
Diffstat (limited to 'common/gtk-3.0/3.20/gtk.css')
-rw-r--r-- | common/gtk-3.0/3.20/gtk.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/gtk-3.0/3.20/gtk.css b/common/gtk-3.0/3.20/gtk.css index 85cc5a3..40bd3e3 100644 --- a/common/gtk-3.0/3.20/gtk.css +++ b/common/gtk-3.0/3.20/gtk.css @@ -1054,6 +1054,7 @@ window.csd > .titlebar:not(headerbar):backdrop { color: #ffffff; } .primary-toolbar:not(.libreoffice-toolbar) entry:disabled, headerbar entry:disabled { color: rgba(82, 93, 118, 0.35); + border-color: rgba(82, 93, 118, 0.1); background-color: rgba(255, 255, 255, 0.75); } .primary-toolbar:not(.libreoffice-toolbar) entry selection:focus, headerbar entry selection:focus { background-color: #ffffff; @@ -1299,6 +1300,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(82, 93, 118, 0.35); + border-color: rgba(82, 93, 118, 0.1); background-color: rgba(255, 255, 255, 0.75); } .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(ltr), headerbar combobox > .linked > entry.combo:dir(ltr) { @@ -3573,6 +3575,7 @@ panel-toplevel.background button:not(#tasklist-button), .xfce4-panel.panel butto background-color: #5294e2; } .marlin-pathbar.pathbar:disabled { color: rgba(82, 93, 118, 0.35); + border-color: rgba(82, 93, 118, 0.1); background-color: rgba(255, 255, 255, 0.75); } .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { color: #5294e2; } |