From bc700b1928301ee0f1a14c03243e44f7cbb2da4d Mon Sep 17 00:00:00 2001 From: He4eT Date: Sat, 10 Aug 2024 07:01:20 +0200 Subject: [PATCH] general: titlebars --- general/titlebar.css | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/general/titlebar.css b/general/titlebar.css index 50cef7d..e2dc7ba 100644 --- a/general/titlebar.css +++ b/general/titlebar.css @@ -1,11 +1,5 @@ /* this is for alternative titlebars and panels */ -/*@define-color gtk_titlebar_bg_color mix(@gtk_bg_color,black,0.1);*/ -@define-color gtk_titlebar_bg_backdrop_color mix(@gtk_titlebar_bg_color,black,0.07); +@define-color gtk_titlebar_bg_backdrop_color @gtk_titlebar_bg_color; @define-color gtk_titlebar_fg_color @gtk_fg_color; @define-color gtk_titlebar_button_color @gtk_button_color; - -/*.titlebar entry selection, -.titlebar button.suggested-action{background-color: @gtk_selected_fg_color; color: @gtk_selected_bg_color;} - -.titlebar button.suggested-action:disabled{background-color: alpha(@gtk_selected_fg_color,0.5);}*/