1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2024-09-28 14:00:44 +00:00

fix caret color

This commit is contained in:
Horst3180 2016-02-19 11:06:17 +01:00
parent 08cf21a35f
commit 626474399f
8 changed files with 7 additions and 76 deletions

View File

@ -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: #D3DAE3;
caret-color: #D3DAE3;
border-color: #2b2e39;
background-color: #404552;
background-image: linear-gradient(to bottom, #404552); }
@ -156,7 +156,6 @@ entry, spinbutton {
padding-left: 5px; }
entry.flat, spinbutton.flat, entry.flat:focus, spinbutton.flat:focus {
color: #D3DAE3;
caret-color: #D3DAE3;
border-color: #2b2e39;
background-color: #404552;
background-image: linear-gradient(to bottom, #404552);
@ -167,7 +166,6 @@ entry, spinbutton {
entry:focus, spinbutton:focus {
background-clip: border-box;
color: #D3DAE3;
caret-color: #D3DAE3;
border-color: #2b2e39;
background-color: #404552;
background-image: linear-gradient(to bottom, #404552);
@ -1056,7 +1054,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; }
@ -1066,7 +1063,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; }
@ -1285,7 +1281,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; }
@ -1293,7 +1288,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; }
@ -3093,7 +3087,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; }
@ -3104,14 +3097,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,
@ -3364,7 +3355,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; }
@ -3372,7 +3362,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 {

View File

@ -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 {

View File

@ -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: #D3DAE3;
caret-color: #D3DAE3;
border-color: #2b2e39;
background-color: #404552;
background-image: linear-gradient(to bottom, #404552); }
@ -156,7 +156,6 @@ entry, spinbutton {
padding-left: 5px; }
entry.flat, spinbutton.flat, entry.flat:focus, spinbutton.flat:focus {
color: #D3DAE3;
caret-color: #D3DAE3;
border-color: #2b2e39;
background-color: #404552;
background-image: linear-gradient(to bottom, #404552);
@ -167,7 +166,6 @@ entry, spinbutton {
entry:focus, spinbutton:focus {
background-clip: border-box;
color: #D3DAE3;
caret-color: #D3DAE3;
border-color: #2b2e39;
background-color: #404552;
background-image: linear-gradient(to bottom, #404552);
@ -1056,7 +1054,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.4);
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.4));
background-color: transparent; }
@ -1066,7 +1063,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; }
@ -1285,7 +1281,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.4);
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.4));
background-color: transparent; }
@ -1293,7 +1288,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; }
@ -3093,7 +3087,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.4);
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.4));
background-color: transparent; }
@ -3104,14 +3097,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,
@ -3364,7 +3355,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.4);
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.4));
background-color: transparent; }
@ -3372,7 +3362,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 {

View File

@ -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.4);
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.4));
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.4);
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.4));
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.4);
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.4));
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.4);
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.4));
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 {

View File

@ -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 {

View File

@ -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 {

View File

@ -200,6 +200,7 @@ entry {
padding-left: 8px;
padding-right: 8px;
caret-color: currentColor;
border-radius: 3px;
transition: all 200ms $ease-out-quad;

View File

@ -27,7 +27,6 @@
// normal entry
//
color: $text_color;
caret-color: $text_color;
border-color: $entry_border;
background-color: $entry_bg;
background-image: linear-gradient(to bottom, $entry_bg);
@ -38,7 +37,6 @@
// focused entry
//
color: $text_color;
caret-color: $text_color;
border-color: if($variant=='light', $selected_bg_color, $button_border);
background-color: $entry_bg;
background-image: linear-gradient(to bottom, $entry_bg);
@ -67,7 +65,6 @@
//
color: $header_fg;
caret-color: $header_fg;
border-color: $header_entry_border;
background-image: linear-gradient(to bottom, $header_entry_bg);
background-color: transparent;
@ -80,7 +77,6 @@
// focused header-bar entry
//
color: $selected_fg_color;
caret-color: $selected_fg_color;
border-color: if($darker=='false' and $variant=='light', $selected_bg_color, transparent);
background-image: linear-gradient(to bottom, $selected_bg_color);
}