Fix cursor darktheme 11.0

This commit is contained in:
Luis Guzmán 2022-03-28 11:19:32 +00:00
parent 4800c115d4
commit 72ede37557
2 changed files with 8 additions and 2 deletions

View file

@ -74,6 +74,12 @@
border-width: 1px 1px 1px 0px;
}
/* fix no cursor on dark theme*/
.caja-desktop.view .entry,
.caja-navigation-window .view .entry {
caret-color: #000;
}
/****************
* Mate-Panel *
****************/