Skip to content

Commit

Permalink
change drop target color
Browse files Browse the repository at this point in the history
  • Loading branch information
horst3180 committed Mar 23, 2016
1 parent 8eaefcf commit 5e98290
Show file tree
Hide file tree
Showing 7 changed files with 93 additions and 93 deletions.
24 changes: 12 additions & 12 deletions common/gtk-3.0/3.20/gtk-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ entry {
background-color: #ffffff;
color: #FC4138; }
entry:drop(active):focus, entry:drop(active) {
border-color: #4e9a06;
border-color: #F08437;
box-shadow: none; }
.osd entry {
color: #BAC3CF;
Expand Down Expand Up @@ -295,8 +295,8 @@ button {
padding-left: 8px;
padding-right: 8px; }
button:drop(active), combobox:drop(active) button.combo {
color: #4e9a06;
border-color: #4e9a06;
color: #F08437;
border-color: #F08437;
box-shadow: none; }
button.osd {
color: #BAC3CF;
Expand Down Expand Up @@ -774,7 +774,7 @@ spinbutton:not(.vertical) > entry:focus + button {
border-left-color: #2b2e39; }

spinbutton:not(.vertical) > entry:drop(active) + button {
border-left-color: #4e9a06; }
border-left-color: #F08437; }

spinbutton.vertical button, spinbutton.vertical entry {
padding-left: 4px;
Expand All @@ -788,7 +788,7 @@ spinbutton.vertical > entry:focus + button {
border-top-color: #2b2e39; }

spinbutton.vertical > entry:drop(active) + button {
border-top-color: #4e9a06; }
border-top-color: #F08437; }

combobox button.combo {
min-width: 0;
Expand Down Expand Up @@ -2464,16 +2464,16 @@ placessidebar row {
placessidebar row.sidebar-placeholder-row {
padding: 0 8px;
min-height: 2px;
background-image: linear-gradient(to top, #4e9a06);
background-image: linear-gradient(to top, #F08437);
background-clip: content-box; }
placessidebar row.sidebar-new-bookmark-row {
color: #5294E2; }
placessidebar row:drop(active):not(:disabled) {
box-shadow: inset 0 1px #4e9a06, inset 0 -1px #4e9a06; }
box-shadow: inset 0 1px #F08437, inset 0 -1px #F08437; }
placessidebar row:drop(active):not(:disabled), placessidebar row:drop(active):not(:disabled) label, placessidebar row:drop(active):not(:disabled) image {
color: #4e9a06; }
color: #F08437; }
placessidebar row:drop(active):not(:disabled):selected {
background-color: #4e9a06; }
background-color: #F08437; }
placessidebar row:drop(active):not(:disabled):selected, placessidebar row:drop(active):not(:disabled):selected label, placessidebar row:drop(active):not(:disabled):selected image {
color: #ffffff; }

Expand Down Expand Up @@ -2749,7 +2749,7 @@ stackswitcher button.circular, stackswitcher button.nautilus-circular-button.ima

*:drop(active):focus,
*:drop(active) {
box-shadow: inset 0 0 0 1px #4e9a06; }
box-shadow: inset 0 0 0 1px #F08437; }

decoration {
border-radius: 3px 3px 0 0;
Expand Down Expand Up @@ -3548,9 +3548,9 @@ GtkListBox .h4 {
.nautilus-window placessidebar.sidebar row.sidebar-new-bookmark-row .sidebar-icon {
color: inherit; }
.nautilus-window placessidebar.sidebar row:drop(active):not(:disabled), .nautilus-window placessidebar.sidebar row:drop(active):not(:disabled) label, .nautilus-window placessidebar.sidebar row:drop(active):not(:disabled) .sidebar-icon {
color: #4e9a06; }
color: #F08437; }
.nautilus-window placessidebar.sidebar row:drop(active):not(:disabled):selected {
background-color: #4e9a06; }
background-color: #F08437; }
.nautilus-window placessidebar.sidebar row:drop(active):not(:disabled):selected, .nautilus-window placessidebar.sidebar row:drop(active):not(:disabled):selected label, .nautilus-window placessidebar.sidebar row:drop(active):not(:disabled):selected .sidebar-icon {
color: #ffffff; }
.nautilus-window placessidebar.sidebar separator {
Expand Down
32 changes: 16 additions & 16 deletions common/gtk-3.0/3.20/gtk-darker.css
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ entry {
background-color: #ffffff;
color: #FC4138; }
entry:drop(active):focus, entry:drop(active) {
border-color: #4e9a06;
border-color: #F08437;
box-shadow: none; }
.osd entry {
color: #BAC3CF;
Expand Down Expand Up @@ -294,8 +294,8 @@ button {
padding-left: 8px;
padding-right: 8px; }
button:drop(active), combobox:drop(active) button.combo {
color: #4e9a06;
border-color: #4e9a06;
color: #F08437;
border-color: #F08437;
box-shadow: none; }
button.osd {
color: #BAC3CF;
Expand Down Expand Up @@ -511,12 +511,12 @@ button {

.linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child),
.linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child {
border-left-color: #4e9a06; }
border-left-color: #F08437; }

.linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry,
.linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button,
.linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo {
border-left-color: #4e9a06; }
border-left-color: #F08437; }

.linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child),
.linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child {
Expand Down Expand Up @@ -588,12 +588,12 @@ button {

.linked.vertical > entry + entry:drop(active):not(:last-child),
.linked.vertical > entry + entry:drop(active):last-child {
border-top-color: #4e9a06; }
border-top-color: #F08437; }

.linked.vertical > entry:drop(active):not(:only-child) + entry,
.linked.vertical > entry:drop(active):not(:only-child) + button,
.linked.vertical > entry:drop(active):not(:only-child) + combobox > box > button.combo {
border-top-color: #4e9a06; }
border-top-color: #F08437; }

.linked.vertical > entry + entry.warning:focus:not(:last-child),
.linked.vertical > entry + entry.warning:focus:last-child {
Expand Down Expand Up @@ -773,7 +773,7 @@ spinbutton:not(.vertical) > entry:focus + button {
border-left-color: #5294E2; }

spinbutton:not(.vertical) > entry:drop(active) + button {
border-left-color: #4e9a06; }
border-left-color: #F08437; }

spinbutton.vertical button, spinbutton.vertical entry {
padding-left: 4px;
Expand All @@ -787,7 +787,7 @@ spinbutton.vertical > entry:focus + button {
border-top-color: #5294E2; }

spinbutton.vertical > entry:drop(active) + button {
border-top-color: #4e9a06; }
border-top-color: #F08437; }

combobox button.combo {
min-width: 0;
Expand Down Expand Up @@ -2463,16 +2463,16 @@ placessidebar row {
placessidebar row.sidebar-placeholder-row {
padding: 0 8px;
min-height: 2px;
background-image: linear-gradient(to top, #4e9a06);
background-image: linear-gradient(to top, #F08437);
background-clip: content-box; }
placessidebar row.sidebar-new-bookmark-row {
color: #5294E2; }
placessidebar row:drop(active):not(:disabled) {
box-shadow: inset 0 1px #4e9a06, inset 0 -1px #4e9a06; }
box-shadow: inset 0 1px #F08437, inset 0 -1px #F08437; }
placessidebar row:drop(active):not(:disabled), placessidebar row:drop(active):not(:disabled) label, placessidebar row:drop(active):not(:disabled) image {
color: #4e9a06; }
color: #F08437; }
placessidebar row:drop(active):not(:disabled):selected {
background-color: #4e9a06; }
background-color: #F08437; }
placessidebar row:drop(active):not(:disabled):selected, placessidebar row:drop(active):not(:disabled):selected label, placessidebar row:drop(active):not(:disabled):selected image {
color: #ffffff; }

Expand Down Expand Up @@ -2748,7 +2748,7 @@ stackswitcher button.circular, stackswitcher button.nautilus-circular-button.ima

*:drop(active):focus,
*:drop(active) {
box-shadow: inset 0 0 0 1px #4e9a06; }
box-shadow: inset 0 0 0 1px #F08437; }

decoration {
border-radius: 3px 3px 0 0;
Expand Down Expand Up @@ -3547,9 +3547,9 @@ GtkListBox .h4 {
.nautilus-window placessidebar.sidebar row.sidebar-new-bookmark-row .sidebar-icon {
color: inherit; }
.nautilus-window placessidebar.sidebar row:drop(active):not(:disabled), .nautilus-window placessidebar.sidebar row:drop(active):not(:disabled) label, .nautilus-window placessidebar.sidebar row:drop(active):not(:disabled) .sidebar-icon {
color: #4e9a06; }
color: #F08437; }
.nautilus-window placessidebar.sidebar row:drop(active):not(:disabled):selected {
background-color: #4e9a06; }
background-color: #F08437; }
.nautilus-window placessidebar.sidebar row:drop(active):not(:disabled):selected, .nautilus-window placessidebar.sidebar row:drop(active):not(:disabled):selected label, .nautilus-window placessidebar.sidebar row:drop(active):not(:disabled):selected .sidebar-icon {
color: #ffffff; }
.nautilus-window placessidebar.sidebar separator {
Expand Down
24 changes: 12 additions & 12 deletions common/gtk-3.0/3.20/gtk-solid-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ entry {
background-color: #ffffff;
color: #FC4138; }
entry:drop(active):focus, entry:drop(active) {
border-color: #4e9a06;
border-color: #F08437;
box-shadow: none; }
.osd entry {
color: #BAC3CF;
Expand Down Expand Up @@ -295,8 +295,8 @@ button {
padding-left: 8px;
padding-right: 8px; }
button:drop(active), combobox:drop(active) button.combo {
color: #4e9a06;
border-color: #4e9a06;
color: #F08437;
border-color: #F08437;
box-shadow: none; }
button.osd {
color: #BAC3CF;
Expand Down Expand Up @@ -774,7 +774,7 @@ spinbutton:not(.vertical) > entry:focus + button {
border-left-color: #2b2e39; }

spinbutton:not(.vertical) > entry:drop(active) + button {
border-left-color: #4e9a06; }
border-left-color: #F08437; }

spinbutton.vertical button, spinbutton.vertical entry {
padding-left: 4px;
Expand All @@ -788,7 +788,7 @@ spinbutton.vertical > entry:focus + button {
border-top-color: #2b2e39; }

spinbutton.vertical > entry:drop(active) + button {
border-top-color: #4e9a06; }
border-top-color: #F08437; }

combobox button.combo {
min-width: 0;
Expand Down Expand Up @@ -2464,16 +2464,16 @@ placessidebar row {
placessidebar row.sidebar-placeholder-row {
padding: 0 8px;
min-height: 2px;
background-image: linear-gradient(to top, #4e9a06);
background-image: linear-gradient(to top, #F08437);
background-clip: content-box; }
placessidebar row.sidebar-new-bookmark-row {
color: #5294E2; }
placessidebar row:drop(active):not(:disabled) {
box-shadow: inset 0 1px #4e9a06, inset 0 -1px #4e9a06; }
box-shadow: inset 0 1px #F08437, inset 0 -1px #F08437; }
placessidebar row:drop(active):not(:disabled), placessidebar row:drop(active):not(:disabled) label, placessidebar row:drop(active):not(:disabled) image {
color: #4e9a06; }
color: #F08437; }
placessidebar row:drop(active):not(:disabled):selected {
background-color: #4e9a06; }
background-color: #F08437; }
placessidebar row:drop(active):not(:disabled):selected, placessidebar row:drop(active):not(:disabled):selected label, placessidebar row:drop(active):not(:disabled):selected image {
color: #ffffff; }

Expand Down Expand Up @@ -2749,7 +2749,7 @@ stackswitcher button.circular, stackswitcher button.nautilus-circular-button.ima

*:drop(active):focus,
*:drop(active) {
box-shadow: inset 0 0 0 1px #4e9a06; }
box-shadow: inset 0 0 0 1px #F08437; }

decoration {
border-radius: 3px 3px 0 0;
Expand Down Expand Up @@ -3548,9 +3548,9 @@ GtkListBox .h4 {
.nautilus-window placessidebar.sidebar row.sidebar-new-bookmark-row .sidebar-icon {
color: inherit; }
.nautilus-window placessidebar.sidebar row:drop(active):not(:disabled), .nautilus-window placessidebar.sidebar row:drop(active):not(:disabled) label, .nautilus-window placessidebar.sidebar row:drop(active):not(:disabled) .sidebar-icon {
color: #4e9a06; }
color: #F08437; }
.nautilus-window placessidebar.sidebar row:drop(active):not(:disabled):selected {
background-color: #4e9a06; }
background-color: #F08437; }
.nautilus-window placessidebar.sidebar row:drop(active):not(:disabled):selected, .nautilus-window placessidebar.sidebar row:drop(active):not(:disabled):selected label, .nautilus-window placessidebar.sidebar row:drop(active):not(:disabled):selected .sidebar-icon {
color: #ffffff; }
.nautilus-window placessidebar.sidebar separator {
Expand Down
32 changes: 16 additions & 16 deletions common/gtk-3.0/3.20/gtk-solid-darker.css
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ entry {
background-color: #ffffff;
color: #FC4138; }
entry:drop(active):focus, entry:drop(active) {
border-color: #4e9a06;
border-color: #F08437;
box-shadow: none; }
.osd entry {
color: #BAC3CF;
Expand Down Expand Up @@ -294,8 +294,8 @@ button {
padding-left: 8px;
padding-right: 8px; }
button:drop(active), combobox:drop(active) button.combo {
color: #4e9a06;
border-color: #4e9a06;
color: #F08437;
border-color: #F08437;
box-shadow: none; }
button.osd {
color: #BAC3CF;
Expand Down Expand Up @@ -511,12 +511,12 @@ button {

.linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child),
.linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child {
border-left-color: #4e9a06; }
border-left-color: #F08437; }

.linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry,
.linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button,
.linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo {
border-left-color: #4e9a06; }
border-left-color: #F08437; }

.linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child),
.linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child {
Expand Down Expand Up @@ -588,12 +588,12 @@ button {

.linked.vertical > entry + entry:drop(active):not(:last-child),
.linked.vertical > entry + entry:drop(active):last-child {
border-top-color: #4e9a06; }
border-top-color: #F08437; }

.linked.vertical > entry:drop(active):not(:only-child) + entry,
.linked.vertical > entry:drop(active):not(:only-child) + button,
.linked.vertical > entry:drop(active):not(:only-child) + combobox > box > button.combo {
border-top-color: #4e9a06; }
border-top-color: #F08437; }

.linked.vertical > entry + entry.warning:focus:not(:last-child),
.linked.vertical > entry + entry.warning:focus:last-child {
Expand Down Expand Up @@ -773,7 +773,7 @@ spinbutton:not(.vertical) > entry:focus + button {
border-left-color: #5294E2; }

spinbutton:not(.vertical) > entry:drop(active) + button {
border-left-color: #4e9a06; }
border-left-color: #F08437; }

spinbutton.vertical button, spinbutton.vertical entry {
padding-left: 4px;
Expand All @@ -787,7 +787,7 @@ spinbutton.vertical > entry:focus + button {
border-top-color: #5294E2; }

spinbutton.vertical > entry:drop(active) + button {
border-top-color: #4e9a06; }
border-top-color: #F08437; }

combobox button.combo {
min-width: 0;
Expand Down Expand Up @@ -2463,16 +2463,16 @@ placessidebar row {
placessidebar row.sidebar-placeholder-row {
padding: 0 8px;
min-height: 2px;
background-image: linear-gradient(to top, #4e9a06);
background-image: linear-gradient(to top, #F08437);
background-clip: content-box; }
placessidebar row.sidebar-new-bookmark-row {
color: #5294E2; }
placessidebar row:drop(active):not(:disabled) {
box-shadow: inset 0 1px #4e9a06, inset 0 -1px #4e9a06; }
box-shadow: inset 0 1px #F08437, inset 0 -1px #F08437; }
placessidebar row:drop(active):not(:disabled), placessidebar row:drop(active):not(:disabled) label, placessidebar row:drop(active):not(:disabled) image {
color: #4e9a06; }
color: #F08437; }
placessidebar row:drop(active):not(:disabled):selected {
background-color: #4e9a06; }
background-color: #F08437; }
placessidebar row:drop(active):not(:disabled):selected, placessidebar row:drop(active):not(:disabled):selected label, placessidebar row:drop(active):not(:disabled):selected image {
color: #ffffff; }

Expand Down Expand Up @@ -2748,7 +2748,7 @@ stackswitcher button.circular, stackswitcher button.nautilus-circular-button.ima

*:drop(active):focus,
*:drop(active) {
box-shadow: inset 0 0 0 1px #4e9a06; }
box-shadow: inset 0 0 0 1px #F08437; }

decoration {
border-radius: 3px 3px 0 0;
Expand Down Expand Up @@ -3547,9 +3547,9 @@ GtkListBox .h4 {
.nautilus-window placessidebar.sidebar row.sidebar-new-bookmark-row .sidebar-icon {
color: inherit; }
.nautilus-window placessidebar.sidebar row:drop(active):not(:disabled), .nautilus-window placessidebar.sidebar row:drop(active):not(:disabled) label, .nautilus-window placessidebar.sidebar row:drop(active):not(:disabled) .sidebar-icon {
color: #4e9a06; }
color: #F08437; }
.nautilus-window placessidebar.sidebar row:drop(active):not(:disabled):selected {
background-color: #4e9a06; }
background-color: #F08437; }
.nautilus-window placessidebar.sidebar row:drop(active):not(:disabled):selected, .nautilus-window placessidebar.sidebar row:drop(active):not(:disabled):selected label, .nautilus-window placessidebar.sidebar row:drop(active):not(:disabled):selected .sidebar-icon {
color: #ffffff; }
.nautilus-window placessidebar.sidebar separator {
Expand Down
Loading

0 comments on commit 5e98290

Please sign in to comment.