diff --git a/theme/colors/light.css b/theme/colors/light.css index fa13ccd..8f9bcb8 100755 --- a/theme/colors/light.css +++ b/theme/colors/light.css @@ -108,7 +108,7 @@ * /usr/share/icons// 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 */ diff --git a/theme/gnome-theme.css b/theme/gnome-theme.css index 0677242..6ee5033 100755 --- a/theme/gnome-theme.css +++ b/theme/gnome-theme.css @@ -18,6 +18,5 @@ } #main-window { - -moz-appearance: -moz-window-titlebar !important; - background: none !important; + -moz-appearance: -moz-window-titlebar !important; }