Skip to content
Snippets Groups Projects
Commit 72ede375 authored by Luis Guzmán's avatar Luis Guzmán
Browse files

Fix cursor darktheme 11.0

parent 4800c115
No related branches found
No related tags found
No related merge requests found
...@@ -74,6 +74,12 @@ ...@@ -74,6 +74,12 @@
border-width: 1px 1px 1px 0px; 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 * * Mate-Panel *
****************/ ****************/
......
...@@ -16,8 +16,8 @@ ...@@ -16,8 +16,8 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
VERSION=7 VERSION=8
EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu impish main universe' EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu $UPSTREAM main universe'
. ./config . ./config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment