win32: Fix up notebook theming a bit

This commit is contained in:
Alexander Larsson 2012-03-13 15:50:32 +01:00
parent 95a903d020
commit 38d56c8e20
2 changed files with 9 additions and 4 deletions

View File

@ -641,19 +641,19 @@ GtkComboBox.combobox-entry .button:insensitive {
background-image: -gtk-win32-theme-part(tab, 1 3, margins(0 0 -1 0));
}
.notebook tab:active.top {
padding: 0px 4px 2px 4px;
padding: 2px 4px 1px 4px;
}
.notebook tab:active.bottom {
padding: 0px 4px 2px 4px;
padding: 1px 4px 2px 4px;
}
.notebook tab:active.right {
padding: 4px 0px 4px 2px;
padding: 4px 4px 4px 1px;
}
.notebook tab:active.left {
padding: 4px 2px 4px 0px;
padding: 4px 1px 4px 4px;
}
/* Toolbar */

View File

@ -1 +1,6 @@
@import url("gtk-win32-base.css");
GtkNotebook.notebook {
background-image: -gtk-win32-theme-part(tab, 9 1, margins(-1 -3 -3 -1));
border-image: -gtk-win32-theme-part(tab, 9 1, margins(0 -2 -2 0)) 1 1 1 1 repeat;
}