fixed with following code:
:root{
--uc-titlebar-padding: 0px;
--toolbar-bgcolor: transparent !important;
}
/* frost glass */
/* by need add #titlebar, window, #toolbar-menubar, #PersonalToolbar, #navigator-toolbox */
/* tho #titlebar doesn't work */
#main-window{
background-image: linear-gradient(rgba(239, 240, 241, 0.5), transparent, rgba(239, 240, 241, 0.5), transparent, rgba(239, 240, 241, 0.3)) !important;
background-color: rgba(239, 240, 241, 0.6) !important;
}
#TabsToolbar{
background-color: rgba(239, 240, 241, 0.1) !important;
background-image: linear-gradient(rgba(239, 240, 241, 0.1), transparent, rgba(239, 240, 241, 0.1), transparent, rgba(239, 240, 241, 0.1)) !important;
}
result:
you're welcome