aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.20/gtk-darker.css
diff options
context:
space:
mode:
Diffstat (limited to 'common/gtk-3.0/3.20/gtk-darker.css')
-rw-r--r--common/gtk-3.0/3.20/gtk-darker.css13
1 files changed, 1 insertions, 12 deletions
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 {