Update csd.css

This commit is contained in:
vinceliuice 2024-02-17 20:22:59 +08:00
parent aab74d3cbc
commit 758546f814

View File

@ -2,7 +2,7 @@
@namespace xul url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); @namespace xul url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
#main-window { #navigator-toolbox {
-moz-appearance: -moz-window-titlebar !important; -moz-appearance: -moz-window-titlebar !important;
} }
@ -21,8 +21,8 @@
/* stylelint-disable-next-line media-query-no-invalid */ /* stylelint-disable-next-line media-query-no-invalid */
@media (-moz-bool-pref: "widget.gtk.rounded-bottom-corners.enabled") { @media (-moz-bool-pref: "widget.gtk.rounded-bottom-corners.enabled") {
body, body,
dialog, dialog,
body::backdrop, body::backdrop,
dialog::backdrop { dialog::backdrop {
/* Use an uniform clip to allow WebRender to optimize it better */ /* Use an uniform clip to allow WebRender to optimize it better */
border-radius: 12px !important; border-radius: 12px !important;