From 626474399fc6c6fa2c0f1d3ed7b5b34ab5f18c1d Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Fri, 19 Feb 2016 11:06:17 +0100 Subject: fix caret color --- common/gtk-3.0/3.20/gtk.css | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'common/gtk-3.0/3.20/gtk.css') diff --git a/common/gtk-3.0/3.20/gtk.css b/common/gtk-3.0/3.20/gtk.css index 38f67f5..d43c65f 100644 --- a/common/gtk-3.0/3.20/gtk.css +++ b/common/gtk-3.0/3.20/gtk.css @@ -137,10 +137,10 @@ entry, spinbutton { border: 1px solid; padding-left: 8px; padding-right: 8px; + caret-color: currentColor; border-radius: 3px; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); color: #5c616c; - caret-color: #5c616c; border-color: #cfd6e6; background-color: #ffffff; background-image: linear-gradient(to bottom, #ffffff); } @@ -156,7 +156,6 @@ entry, spinbutton { padding-left: 5px; } entry.flat, spinbutton.flat, entry.flat:focus, spinbutton.flat:focus { color: #5c616c; - caret-color: #5c616c; border-color: #cfd6e6; background-color: #ffffff; background-image: linear-gradient(to bottom, #ffffff); @@ -167,7 +166,6 @@ entry, spinbutton { entry:focus, spinbutton:focus { background-clip: border-box; color: #5c616c; - caret-color: #5c616c; border-color: #5294E2; background-color: #ffffff; background-image: linear-gradient(to bottom, #ffffff); } @@ -1055,7 +1053,6 @@ headerbar { .primary-toolbar entry, headerbar entry, .primary-toolbar spinbutton, headerbar spinbutton, .primary-toolbar spinbutton, headerbar spinbutton { color: rgba(82, 93, 118, 0.8); - caret-color: rgba(82, 93, 118, 0.8); border-color: rgba(82, 93, 118, 0.1); background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); background-color: transparent; } @@ -1065,7 +1062,6 @@ headerbar { opacity: 0.85; } .primary-toolbar entry:focus, headerbar entry:focus, .primary-toolbar spinbutton:focus, headerbar spinbutton:focus, .primary-toolbar spinbutton:focus, headerbar spinbutton:focus { color: #ffffff; - caret-color: #ffffff; border-color: #5294E2; background-image: linear-gradient(to bottom, #5294E2); background-clip: border-box; } @@ -1284,7 +1280,6 @@ headerbar { .primary-toolbar combobox.combobox-entry button, headerbar combobox.combobox-entry button { color: rgba(82, 93, 118, 0.8); - caret-color: rgba(82, 93, 118, 0.8); border-color: rgba(82, 93, 118, 0.1); background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); background-color: transparent; } @@ -1292,7 +1287,6 @@ headerbar { color: inherit; } .primary-toolbar combobox.combobox-entry button:hover, headerbar combobox.combobox-entry button:hover { color: #ffffff; - caret-color: #ffffff; border-color: #5294E2; background-image: linear-gradient(to bottom, #5294E2); box-shadow: none; } @@ -3096,7 +3090,6 @@ GbSearchBox.linked:not(.vertical) > button.popup:last-child:dir(ltr), GbSearchBox.linked:not(.vertical) > button.popup:first-child:dir(rtl) { padding: 0 10px; color: rgba(82, 93, 118, 0.8); - caret-color: rgba(82, 93, 118, 0.8); border-color: rgba(82, 93, 118, 0.1); background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); background-color: transparent; } @@ -3107,14 +3100,12 @@ GbSearchBox.linked:not(.vertical) > button.popup:first-child:dir(rtl) { GbSearchBox.linked:not(.vertical) > button.popup:last-child:dir(ltr):hover, GbSearchBox.linked:not(.vertical) > button.popup:first-child:dir(rtl):hover { color: #ffffff; - caret-color: #ffffff; border-color: #5294E2; background-image: linear-gradient(to bottom, #5294E2); } GbSearchBox.linked:not(.vertical) > button.popup:last-child:dir(ltr):active, GbSearchBox.linked:not(.vertical) > button.popup:last-child:dir(ltr):checked, GbSearchBox.linked:not(.vertical) > button.popup:first-child:dir(rtl):active, GbSearchBox.linked:not(.vertical) > button.popup:first-child:dir(rtl):checked { color: #ffffff; - caret-color: #ffffff; border-color: #5294E2; background-image: linear-gradient(to bottom, #5294E2); } GbSearchBox.linked:not(.vertical) > button.popup:last-child:dir(ltr):disabled, @@ -3367,7 +3358,6 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { padding-left: 4px; padding-right: 4px; color: rgba(82, 93, 118, 0.8); - caret-color: rgba(82, 93, 118, 0.8); border-color: rgba(82, 93, 118, 0.1); background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); background-color: transparent; } @@ -3375,7 +3365,6 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { color: inherit; } .marlin-pathbar.pathbar:focus { color: #ffffff; - caret-color: #ffffff; border-color: #5294E2; background-image: linear-gradient(to bottom, #5294E2); } .marlin-pathbar.pathbar:disabled { -- cgit v1.2.3