mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
Add conflict-row styling for nautilus. Fixes #576
This commit is contained in:
committed by
Khurshid Alam
parent
49943fb350
commit
fa648c59cc
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user