[gtk+] Adwaita: decrease column headers paddings



commit 7fe1bd70cf961ab4f0de0b4cde12d02c9659992b
Author: Lapo Calamandrei <calamandrei gmail com>
Date:   Tue Jul 22 09:58:58 2014 +0200

    Adwaita: decrease column headers paddings

 gtk/resources/theme/Adwaita/_common.scss           |    1 +
 gtk/resources/theme/Adwaita/gtk-contained-dark.css |    1 +
 gtk/resources/theme/Adwaita/gtk-contained.css      |    1 +
 3 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/gtk/resources/theme/Adwaita/_common.scss b/gtk/resources/theme/Adwaita/_common.scss
index 89fa4ac..2977627 100644
--- a/gtk/resources/theme/Adwaita/_common.scss
+++ b/gtk/resources/theme/Adwaita/_common.scss
@@ -988,6 +988,7 @@ column-header.button.dnd { // for treeview-like derive widgets
 }
 
 %column_header_button {
+  padding: 3px 6px;
   border-width: 0 1px 1px 0;
   border-radius: 0;
   background-image: none;
diff --git a/gtk/resources/theme/Adwaita/gtk-contained-dark.css 
b/gtk/resources/theme/Adwaita/gtk-contained-dark.css
index 9270d36..0eb35d4 100644
--- a/gtk/resources/theme/Adwaita/gtk-contained-dark.css
+++ b/gtk/resources/theme/Adwaita/gtk-contained-dark.css
@@ -1119,6 +1119,7 @@ column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:ac
   box-shadow: inset 1px 1px 0 1px #215d9c, inset -1px 0 0 1px #215d9c, inset 1px 1px #292929, inset -1px 0 
#292929; }
 
 column-header .button, column-header .button:hover, column-header .button:active {
+  padding: 3px 6px;
   border-width: 0 1px 1px 0;
   border-radius: 0;
   background-image: none;
diff --git a/gtk/resources/theme/Adwaita/gtk-contained.css b/gtk/resources/theme/Adwaita/gtk-contained.css
index adf73e2..94f7a6f 100644
--- a/gtk/resources/theme/Adwaita/gtk-contained.css
+++ b/gtk/resources/theme/Adwaita/gtk-contained.css
@@ -1111,6 +1111,7 @@ column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:ac
   box-shadow: inset 1px 1px 0 1px #4a90d9, inset -1px 0 0 1px #4a90d9, inset 1px 1px white, inset -1px 0 
white; }
 
 column-header .button, column-header .button:hover, column-header .button:active {
+  padding: 3px 6px;
   border-width: 0 1px 1px 0;
   border-radius: 0;
   background-image: none;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]