From 1540adb96b4cd544b9d230a15c2fb48103c79bb9 Mon Sep 17 00:00:00 2001 From: Nova Cat Date: Sat, 30 Nov 2024 21:05:34 -0800 Subject: [PATCH] add dialog content --- script.user.js | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/script.user.js b/script.user.js index 4b5bc1c..2263812 100644 --- a/script.user.js +++ b/script.user.js @@ -11,10 +11,19 @@ const style = document.createElement("style"); style.innerHTML = ` -body, .primary-navbar .active a, .navbar, .ui-dialog { +body, .primary-navbar .active a, .navbar, .ui-dialog, ui-widget-content { background: #0f161c !important; color: white; } +.ui-dialog-titlebar-close { +background: red; +radius: 100%; +color: white; +} +.ui-widget-header { +background: none; +border: none; +} .btn, .btn-default { color: #0f161c !important; }