Add conflict-row styling for nautilus. Fixes #576

pull/592/head
Csaba Jakosa 2016-10-16 07:27:02 +02:00 committed by Khurshid Alam
parent 49943fb350
commit fa648c59cc
1 changed files with 15 additions and 0 deletions

View File

@ -74,4 +74,19 @@
border-color: shade($disk_space_free, .9); border-color: shade($disk_space_free, .9);
} }
} }
// Batch renaming dialog
.conflict-row.activatable {
&, &:active {
color: $error_fg_color;
background-color: $error_color;
}
&:hover { background-color: shade($error_color, 1.1); }
&:selected {
color: $selected_fg_color;
background-color: $selected_bg_color;
}
}
} }