Skip to content

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