Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix text cursor color while renaming file in caja #79

Closed
LittleWhite-tb opened this issue Jun 3, 2020 · 0 comments
Closed

Fix text cursor color while renaming file in caja #79

LittleWhite-tb opened this issue Jun 3, 2020 · 0 comments

Comments

@LittleWhite-tb
Copy link

I have some problems to clearly see the text cursor while I am renaming files in caja (file explorer for MATE).
The background is white, and the cursor is #d8dee9.

I have found that it is using the following block in gtk3/gtk.css:

/***************
 * Base States *
 ***************/
.background {
  color: #d8dee9;
  background-color: #434c5e; }
  .background:backdrop {
    color: #8e95a4;
    background-color: #434c5e;
    text-shadow: none;
    -gtk-icon-shadow: none; }

Here my problem:
caja-nordic-theme

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants