Mate: Fix text cursor color while renaming file in caja

This commit is contained in:
EliverLara
2021-04-07 15:24:35 -05:00
parent eb4782f09e
commit 049a12bb78
4 changed files with 24 additions and 1 deletions

8
gtk-3.0/apps/_caja.scss Normal file
View File

@@ -0,0 +1,8 @@
.caja-notebook .entry {
background: $bg_color;
color: $fg_color;
&:selected {
background: $selected_bg_color;
color: $selected_fg_color;
}
}