diff options
author | Horst3180 | 2016-08-31 13:06:14 +0200 |
---|---|---|
committer | Horst3180 | 2016-08-31 13:06:14 +0200 |
commit | 1c706464c5de388d83440cb684c6a8d4d8255153 (patch) | |
tree | 7eacdc372ffc76f3fb0288f11fdbe87a64c653e6 /common/gtk-3.0/3.20/sass | |
parent | 0cfa794f7c067ea222a7e6b4a8629f6b3532d3a6 (diff) | |
download | solarc-theme-1c706464c5de388d83440cb684c6a8d4d8255153.tar.gz solarc-theme-1c706464c5de388d83440cb684c6a8d4d8255153.tar.xz solarc-theme-1c706464c5de388d83440cb684c6a8d4d8255153.zip |
nautilus: add conflict-row styling
Diffstat (limited to 'common/gtk-3.0/3.20/sass')
-rw-r--r-- | common/gtk-3.0/3.20/sass/_applications.scss | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/common/gtk-3.0/3.20/sass/_applications.scss b/common/gtk-3.0/3.20/sass/_applications.scss index de316cd..c6cb1dd 100644 --- a/common/gtk-3.0/3.20/sass/_applications.scss +++ b/common/gtk-3.0/3.20/sass/_applications.scss @@ -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 // |