pull/590/head
Megax 2016-10-15 18:28:10 +02:00
parent c138b787be
commit dd50e1562f
1 changed files with 15 additions and 0 deletions
src/gtk-3.20/scss/apps

View File

@ -74,4 +74,19 @@
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;
}
}
}