Adwaita: Neuter frames in statusbars

Too much.
This commit is contained in:
Matthias Clasen 2014-06-28 01:34:25 -04:00
parent c4e533ecd6
commit fda53e5529
3 changed files with 4 additions and 0 deletions

View File

@ -39,6 +39,8 @@
-GtkDialog-button-spacing: 4;
-GtkDialog-action-area-border: 0;
-GtkStatusbar-shadow-type: none;
// We use the outline properties to signal the focus properties
// to the adwaita engine: using real CSS properties is faster,
// and we don't use any outlines for now.

View File

@ -54,6 +54,7 @@
-GtkWindow-resize-grip-height: 0;
-GtkDialog-button-spacing: 4;
-GtkDialog-action-area-border: 0;
-GtkStatusbar-shadow-type: none;
outline-color: rgba(238, 238, 236, 0.3);
outline-style: dashed;
outline-offset: -3px;

View File

@ -54,6 +54,7 @@
-GtkWindow-resize-grip-height: 0;
-GtkDialog-button-spacing: 4;
-GtkDialog-action-area-border: 0;
-GtkStatusbar-shadow-type: none;
outline-color: rgba(46, 52, 54, 0.3);
outline-style: dashed;
outline-offset: -3px;