diff --git a/Theme/Chicago95/gtk-3.0/assets/window_decoration.png b/Theme/Chicago95/gtk-3.0/assets/window_decoration.png index ea265a7..806c10e 100644 Binary files a/Theme/Chicago95/gtk-3.0/assets/window_decoration.png and b/Theme/Chicago95/gtk-3.0/assets/window_decoration.png differ diff --git a/Theme/Chicago95/gtk-3.0/gtk-window.css b/Theme/Chicago95/gtk-3.0/gtk-window.css index dc40a32..bfbb58d 100644 --- a/Theme/Chicago95/gtk-3.0/gtk-window.css +++ b/Theme/Chicago95/gtk-3.0/gtk-window.css @@ -9,15 +9,14 @@ Make sure that all changes made here are part of the GtkWindow. */ -/* A large border area for the window client decoration is recommended so that it provides easier interactivity when the user is resizing their application windows from a border edge with the cursor. - * The border image contains a 8px surrounding transparency with an additional non-transparent 2px for the border. This gives the illusion of a 2px border image instead of the full 10px. */ +/* A large border area for the window client decoration is recommended so that it provides easier interactivity when the user is resizing their application windows from a border edge with the cursor. */ window decoration, dialog > decoration { - padding: 2px; /* Padding is required so that there is some space between the window decoration border and any internal components. */ - border: 10px solid @border_dark; + padding: 3px; /* Padding is required so that there is some space between the window decoration border and any internal components. */ + border: 2px solid @border_dark; background-color: @bg_color; border-image: url("assets/window_decoration.png"); - border-image-slice: 10 10 10 10; + border-image-slice: 2 2 2 2; box-shadow: none; } /* Server-side decoration (SSD) */