From 711894d803b7dfeffe5331115c232e8ddf28ca2c Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Sat, 3 Aug 2024 23:21:57 +0800 Subject: [PATCH] update --- src/sass/gtk/_common-4.0.scss | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/src/sass/gtk/_common-4.0.scss b/src/sass/gtk/_common-4.0.scss index 75d94d30..bc1037d5 100644 --- a/src/sass/gtk/_common-4.0.scss +++ b/src/sass/gtk/_common-4.0.scss @@ -4673,11 +4673,11 @@ calendar { $messagedialog_bg: if($trans == 'true', rgba($bg_color, 0.95), $bg_color); window.dialog.message { // Message Dialog styling - &.background { background-color: rgba($messagedialog_bg, 1); } + &.background { background-color: $messagedialog_bg; } .titlebar { min-height: 28px; - background-color: rgba($messagedialog_bg, 1); + background-color: transparent; border: none; } @@ -4720,16 +4720,6 @@ window.dialog.message { // Message Dialog styling } } } - - &.csd { // rounded bottom border styling for csd version - &.background { - border-bottom-left-radius: $wm_radius; - border-bottom-right-radius: $wm_radius; - border: none; - } - - &.background, .titlebar { background-color: $messagedialog_bg; } - } } window.background.messagedialog {