From 0cb4bf9a439a2a373346c26fa705bcf02c6adb56 Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 9 Aug 2016 20:49:38 +0200 Subject: .config/gtk-3.0/gtk.css: Adding css to disable double drawing of menus/title bars and client-side decoration. --- .config/gtk-3.0/gtk.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to '.config/gtk-3.0') diff --git a/.config/gtk-3.0/gtk.css b/.config/gtk-3.0/gtk.css index 5dead4a..efc4686 100644 --- a/.config/gtk-3.0/gtk.css +++ b/.config/gtk-3.0/gtk.css @@ -8,3 +8,17 @@ .titlebar { border-radius: 0; } + +.window-frame.csd.popup { + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.13); +} + +.header-bar { + background-image: none; + background-color: #ededed; + box-shadow: none; +} + +GtkLabel.title { + opacity: 0; +} -- cgit v1.2.3-54-g00ecf