Fix cursor darktheme 11.0
This commit is contained in:
parent
4800c115d4
commit
72ede37557
2 changed files with 8 additions and 2 deletions
|
|
@ -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 *
|
||||
****************/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue