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 *
|
||||
****************/
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue