Small fixes

This commit is contained in:
Rafael Mardojai CM 2019-06-03 17:09:21 -05:00
parent 0d3959c70a
commit d5682e25b6
2 changed files with 2 additions and 3 deletions

View File

@ -108,7 +108,7 @@
* /usr/share/icons/<theme>/ and on some systems they need to be
* inverted, on others they don't, adjusts the filters below to your
* needs (you may also adjust icon brightness here). */
--gnome-icons-hack-filter: invert(30%); /* without invert: none */
--gnome-icons-hack-filter: none; /* without invert(): none */
--gnome-icons-hack-close-button-border: 1px solid #b7b7b4;
--gnome-icons-hack-close-button-border-bottom: 1px solid #94948f;
--gnome-icons-hack-close-button-filter: none; /* without invert: none */

View File

@ -18,6 +18,5 @@
}
#main-window {
-moz-appearance: -moz-window-titlebar !important;
background: none !important;
-moz-appearance: -moz-window-titlebar !important;
}