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

White buttons for close folderView and for titleBar (all themes) #95

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

conema
Copy link
Contributor

@conema conema commented Feb 7, 2018

New view for monterail-dark-fulldark:
immagine
immagine
immagine

Light view is changed in #94

@conema
Copy link
Contributor Author

conema commented Feb 20, 2018

There is a bug with the folder close icon (.close-icon) in linux because the icon set used is different from windows.
This resolve the issue for me (openSUSE - KDE Plasma):

.close-icon {
    list-style-image: url("chrome://global/skin/icons/close.svg") !important;
    -moz-image-region: rect(0px, 80px, 16px, 64px) !important;
}

.close-icon:hover {
    list-style-image: url(chrome://global/skin/icons/close.png) !important;
    -moz-image-region: rect(0, 32px, 16px, 16px) !important;
}

.close-icon[selected="true"] {
    list-style-image: url(chrome://global/skin/icons/close.png) !important;
    -moz-image-region: rect(0, 16px, 16px, 0) !important;
}

.close-icon[selected="true"]:hover {
    list-style-image: url(chrome://global/skin/icons/close.png) !important;
    -moz-image-region: rect(0, 32px, 16px, 16px) !important;
}

@shawndwells
Copy link

I'm hitting this on Fedora as well. Bump to get this merged.

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

Successfully merging this pull request may close these issues.

2 participants