From 718804224f7cd6b1f6892163adfe2bd51173df7f Mon Sep 17 00:00:00 2001 From: He4eT Date: Sat, 10 Aug 2024 09:25:26 +0200 Subject: [PATCH] general: tabs --- general/widgets.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/general/widgets.css b/general/widgets.css index 15cfe16..6725484 100644 --- a/general/widgets.css +++ b/general/widgets.css @@ -1105,7 +1105,7 @@ levelbar block{margin: 2px;} *************/ notebook header, -tabbox{ border: 1px solid @gtk_borders; background-color: shade(@gtk_bg_color, 0.9);} +tabbox{ border: 1px solid @gtk_borders; background-color: @gtk_bg_color;} notebook > header.top {border-width: 0 0 1px 0 ;} notebook > header.bottom {border-width: 1px 0 0 0;} @@ -1123,7 +1123,7 @@ notebook > header.left > tabs > tab:last-child, notebook > header.right > tabs > tab:last-child{} tabbox tab, -notebook tab{margin: 0px; border-color: transparent; font-weight: bold; border-radius: 0;} +notebook tab{margin: 0px; border-color: transparent; font-weight: normal; border-radius: 0;} /* Hdy Tab */ tabbox tab{ }