nautilus: add conflict-row styling

pull/645/head
Horst3180 8 years ago
parent 0cfa794f7c
commit 1c706464c5

@ -3164,6 +3164,17 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
animation: needs_attention_keyframes 3s ease-in-out;
animation-iteration-count: 3; }
.conflict-row.activatable, .conflict-row.activatable:active {
color: white;
background-color: #FC4138; }
.conflict-row.activatable:hover {
background-color: #fd716a; }
.conflict-row.activatable:selected {
color: #ffffff;
background-color: #5294e2; }
.nemo-window .nemo-places-sidebar.frame {
border-width: 0; }

@ -3163,6 +3163,17 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
animation: needs_attention_keyframes 3s ease-in-out;
animation-iteration-count: 3; }
.conflict-row.activatable, .conflict-row.activatable:active {
color: white;
background-color: #FC4138; }
.conflict-row.activatable:hover {
background-color: #fd716a; }
.conflict-row.activatable:selected {
color: #ffffff;
background-color: #5294e2; }
.nemo-window .nemo-places-sidebar.frame {
border-width: 0; }

@ -3164,6 +3164,17 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
animation: needs_attention_keyframes 3s ease-in-out;
animation-iteration-count: 3; }
.conflict-row.activatable, .conflict-row.activatable:active {
color: white;
background-color: #FC4138; }
.conflict-row.activatable:hover {
background-color: #fd716a; }
.conflict-row.activatable:selected {
color: #ffffff;
background-color: #5294e2; }
.nemo-window .nemo-places-sidebar.frame {
border-width: 0; }

@ -3163,6 +3163,17 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
animation: needs_attention_keyframes 3s ease-in-out;
animation-iteration-count: 3; }
.conflict-row.activatable, .conflict-row.activatable:active {
color: white;
background-color: #FC4138; }
.conflict-row.activatable:hover {
background-color: #fd716a; }
.conflict-row.activatable:selected {
color: #ffffff;
background-color: #5294e2; }
.nemo-window .nemo-places-sidebar.frame {
border-width: 0; }

@ -3167,6 +3167,17 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
animation: needs_attention_keyframes 3s ease-in-out;
animation-iteration-count: 3; }
.conflict-row.activatable, .conflict-row.activatable:active {
color: white;
background-color: #FC4138; }
.conflict-row.activatable:hover {
background-color: #fd716a; }
.conflict-row.activatable:selected {
color: #ffffff;
background-color: #5294e2; }
.nemo-window .nemo-places-sidebar.frame {
border-width: 0; }

@ -3167,6 +3167,17 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
animation: needs_attention_keyframes 3s ease-in-out;
animation-iteration-count: 3; }
.conflict-row.activatable, .conflict-row.activatable:active {
color: white;
background-color: #FC4138; }
.conflict-row.activatable:hover {
background-color: #fd716a; }
.conflict-row.activatable:selected {
color: #ffffff;
background-color: #5294e2; }
.nemo-window .nemo-places-sidebar.frame {
border-width: 0; }

@ -104,6 +104,21 @@ $disk_space_free: darken($bg_color, 3%);
animation-iteration-count: 3;
}
// Batch renaming dialog
.conflict-row.activatable {
&, &:active {
color: $error_fg_color;
background-color: $error_color;
}
&:hover { background-color: lighten($error_color, 10%); }
&:selected {
color: $selected_fg_color;
background-color: $selected_bg_color;
}
}
//
// Nemo
//

Loading…
Cancel
Save