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 *
****************/

View file

@ -16,8 +16,8 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
VERSION=7
EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu impish main universe'
VERSION=8
EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu $UPSTREAM main universe'
. ./config