EliverLara / firefox-sweet-theme

:candy: A dark and modern theme for firefox with vibrant colors
742 stars 33 forks source link

CSD causing Firefox to only draw black screen on Windows 10 #24

Open rojnwa opened 4 years ago

rojnwa commented 4 years ago

Apparently Firefox (stable and nightly tested - fresh installations - both latest versions on Windows 10 x64 1909) isn't able to draw stuff properly when this exact line of code is in the csd.css

#main-window {
    -moz-appearance: -moz-window-titlebar !important;
}

This code is the first snipped of code in the csd.css (except the @namespace definition)

Upon removing those lines, everything is perfectly fine, except that the window buttons (close/maximize/minimize) are not drawn.

Screenshot of Firefox with those lines of code: with csd code

Screenshot of Firefox without those lines of code: without csd code

EliverLara commented 4 years ago

What about if you remove the whole csd file? as someone said here

rojnwa commented 4 years ago

The min/max/close buttons are now in the tab bar. But it is still very bugged. Those min/max/close buttons are not visible and the URL bar is buggy (transparent and offset)

firefox_2020-04-02_19-49-40

EliverLara commented 4 years ago

I'm not really sure how it behaves in windows, the transparency bug already seems have a fix, check #22

kartonrad commented 4 years ago

This is where the Windows Buttons show up, when i remove the lines stated above image

kartonrad commented 4 years ago

image This is where the button show up when i delete the file. They are missing their icons unfortunately

kartonrad commented 4 years ago

image In fullscreen mode however, icons appear (csd file deleted) The theme seems to work fine on windows 10 74.0.1, when deleting the cds.css file and ignoring these inconveniences

rojnwa commented 4 years ago

@DRKSLV I've got the exact same issue, as you can see in my pictures.

Buttons are bugged into other Firefox buttons and have no icon. If I remove csd.css, the buttons appear in the tab bar, without icons as well.

My temporary solution is not to just completely hide those min/max/close buttons, I don't them them anyways.

Lmasterx001 commented 4 years ago

when i copy everything to chrome folder i get a black screen and the theme doesn't look like its suposed to.