aboutsummaryrefslogtreecommitdiff
path: root/.local/share/themes/ClassicLooks/gtk-2.0/options/menu-separator-dented.css
diff options
context:
space:
mode:
Diffstat (limited to '.local/share/themes/ClassicLooks/gtk-2.0/options/menu-separator-dented.css')
-rwxr-xr-x.local/share/themes/ClassicLooks/gtk-2.0/options/menu-separator-dented.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/.local/share/themes/ClassicLooks/gtk-2.0/options/menu-separator-dented.css b/.local/share/themes/ClassicLooks/gtk-2.0/options/menu-separator-dented.css
new file mode 100755
index 0000000..c3338d8
--- /dev/null
+++ b/.local/share/themes/ClassicLooks/gtk-2.0/options/menu-separator-dented.css
@@ -0,0 +1,19 @@
+/**************************************************************************************
+This file is distributed under the GNU General Public License version 2 (a.k.a. GPL-v2)
+(c) 2019-2021 Virgil Mager - vvmager@gmail.com
+(c) 2019-2021 Information Technology Group - http://itgroup.ro
+**************************************************************************************/
+
+style "separator_menu_item" {
+ bg[NORMAL] = shade(0.92, @menu_bg_color)
+ GtkWidget::separator-height = 5
+ engine "murrine" {
+ contrast = 0.85
+ }
+}
+/*
+style "menu" {
+ GtkMenu::vertical-padding = 3 # no effect in Qt
+ ythickness = 3 # not effect in Qt, Qt uses 'xthickness' for both x and y, so i must use equal values
+}
+*/