mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-16 13:40:31 +00:00
Adwaita: decrease column headers paddings
This commit is contained in:
parent
a67baa51ae
commit
7fe1bd70cf
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user