From 945ab6c5da06cbe0e74901051df62d375d944c76 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Fri, 5 Jun 2015 19:21:22 +0200 Subject: fix transparent titlebars in elementary os --- common/gtk-3.0/3.14/gtk-contained-solid.css | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to 'common/gtk-3.0/3.14/gtk-contained-solid.css') diff --git a/common/gtk-3.0/3.14/gtk-contained-solid.css b/common/gtk-3.0/3.14/gtk-contained-solid.css index 2619242..1a77432 100644 --- a/common/gtk-3.0/3.14/gtk-contained-solid.css +++ b/common/gtk-3.0/3.14/gtk-contained-solid.css @@ -851,9 +851,23 @@ GtkComboBox { padding-right: 7px; border-radius: 4px 4px 0 0; color: rgba(82, 93, 118, 0.8); + background-color: #e7e8eb; box-shadow: inset 0 1px #eff0f2; } + .csd .titlebar { + background-color: #e7e8eb; } .titlebar:backdrop { - color: rgba(82, 93, 118, 0.5); } + color: rgba(82, 93, 118, 0.5); + background-color: #e7e8eb; } + .csd .titlebar:backdrop { + background-color: #eff0f2; } + .maximized .titlebar { + background-color: #e7e8eb; } + .maximized .titlebar:backdrop { + background-color: #eff0f2; } + +.titlebar .titlebar, +.titlebar .titlebar:backdrop { + background-color: transparent; } .primary-toolbar .separator, .primary-toolbar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .primary-toolbar .view.separator, .header-bar .header-bar-separator, .header-bar > GtkBox > .separator.vertical { -GtkWidget-wide-separators: true; @@ -2815,8 +2829,6 @@ MarlinViewWindow *:selected:focus { PantheonTerminalPantheonTerminalWindow.background { background-color: transparent; } - PantheonTerminalPantheonTerminalWindow.background .titlebar { - background-color: #e7e8eb; } PantheonTerminalPantheonTerminalWindow.background .notebook.header.top { box-shadow: inset 0 1px #d4d5db, inset 0 -1px #edf0f3; } -- cgit v1.2.3