fix transparent gedit window without tabs

this fixes #6
pull/10/head
Horst3180 9 years ago
parent 837684c580
commit fee4ad65eb

@ -81,6 +81,8 @@ GeditWindow.background {
.titlebar .pane-separator { background-color: darken($header_bg, 7%); }
}
.gedit-bottom-panel-paned { background-color: $base_color; }
.gedit-document-panel {
background-color: $dark_sidebar_bg;

@ -3015,6 +3015,9 @@ GeditWindow.background {
GeditWindow.background .titlebar .pane-separator {
background-color: rgba(212, 213, 219, 0.95); }
.gedit-bottom-panel-paned {
background-color: #ffffff; }
.gedit-document-panel {
background-color: rgba(60, 64, 73, 0.95); }
.maximized .gedit-document-panel {

Loading…
Cancel
Save