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-darker.css | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'common/gtk-3.0/3.20/gtk-darker.css') diff --git a/common/gtk-3.0/3.20/gtk-darker.css b/common/gtk-3.0/3.20/gtk-darker.css index 7bbc39f..efd0522 100644 --- a/common/gtk-3.0/3.20/gtk-darker.css +++ b/common/gtk-3.0/3.20/gtk-darker.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(207, 218, 231, 0.8); - caret-color: rgba(207, 218, 231, 0.8); border-color: rgba(21, 23, 28, 0.37); background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.37)); 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: transparent; background-image: linear-gradient(to bottom, #5294E2); background-clip: padding-box; } @@ -1284,7 +1280,6 @@ headerbar { .primary-toolbar combobox.combobox-entry button, headerbar combobox.combobox-entry button { color: rgba(207, 218, 231, 0.8); - caret-color: rgba(207, 218, 231, 0.8); border-color: rgba(21, 23, 28, 0.37); background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.37)); 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: transparent; background-image: linear-gradient(to bottom, #5294E2); box-shadow: none; } @@ -3092,7 +3086,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(207, 218, 231, 0.8); - caret-color: rgba(207, 218, 231, 0.8); border-color: rgba(21, 23, 28, 0.37); background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.37)); background-color: transparent; } @@ -3103,14 +3096,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: transparent; 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: transparent; background-image: linear-gradient(to bottom, #5294E2); } GbSearchBox.linked:not(.vertical) > button.popup:last-child:dir(ltr):disabled, @@ -3363,7 +3354,6 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { padding-left: 4px; padding-right: 4px; color: rgba(207, 218, 231, 0.8); - caret-color: rgba(207, 218, 231, 0.8); border-color: rgba(21, 23, 28, 0.37); background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.37)); background-color: transparent; } @@ -3371,7 +3361,6 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { color: inherit; } .marlin-pathbar.pathbar:focus { color: #ffffff; - caret-color: #ffffff; border-color: transparent; background-image: linear-gradient(to bottom, #5294E2); } .marlin-pathbar.pathbar:disabled { -- cgit v1.2.3