Adwaita: decrease column headers paddings

This commit is contained in:
Lapo Calamandrei 2014-07-22 09:58:58 +02:00
parent a67baa51ae
commit 7fe1bd70cf
3 changed files with 3 additions and 0 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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;