mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
nautilus: add conflict-row styling
This commit is contained in:
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…
Reference in New Issue
Block a user