diff options
-rw-r--r-- | .config/gtk-3.0/gtk.css | 14 |
1 files changed, 14 insertions, 0 deletions
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; +} |