Adwaita: reset padding on notebook tab close button

This commit is contained in:
Lapo Calamandrei 2016-01-29 18:09:28 +01:00
parent e79db79e2c
commit fac5ed6165
3 changed files with 3 additions and 0 deletions

View File

@ -1867,6 +1867,7 @@ notebook {
&, &:backdrop { color: gtkalpha(currentColor, 0.3); }
padding: 0;
margin-top: 8px;
margin-bottom: 8px;
// FIXME: generalize .small-button?

View File

@ -2321,6 +2321,7 @@ notebook > header {
notebook > header tab button.flat, notebook > header tab button.sidebar-button, notebook > header tab headerbar button.titlebutton, headerbar notebook > header tab button.titlebutton,
notebook > header tab .titlebar button.titlebutton,
.titlebar notebook > header tab button.titlebutton {
padding: 0;
margin-top: 8px;
margin-bottom: 8px;
min-width: 18px;

View File

@ -2331,6 +2331,7 @@ notebook > header {
notebook > header tab button.flat, notebook > header tab button.sidebar-button, notebook > header tab headerbar button.titlebutton, headerbar notebook > header tab button.titlebutton,
notebook > header tab .titlebar button.titlebutton,
.titlebar notebook > header tab button.titlebutton {
padding: 0;
margin-top: 8px;
margin-bottom: 8px;
min-width: 18px;