mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 08:40:08 +00:00
win32: Fix up notebook theming a bit
This commit is contained in:
parent
95a903d020
commit
38d56c8e20
@ -641,19 +641,19 @@ GtkComboBox.combobox-entry .button:insensitive {
|
|||||||
background-image: -gtk-win32-theme-part(tab, 1 3, margins(0 0 -1 0));
|
background-image: -gtk-win32-theme-part(tab, 1 3, margins(0 0 -1 0));
|
||||||
}
|
}
|
||||||
.notebook tab:active.top {
|
.notebook tab:active.top {
|
||||||
padding: 0px 4px 2px 4px;
|
padding: 2px 4px 1px 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notebook tab:active.bottom {
|
.notebook tab:active.bottom {
|
||||||
padding: 0px 4px 2px 4px;
|
padding: 1px 4px 2px 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notebook tab:active.right {
|
.notebook tab:active.right {
|
||||||
padding: 4px 0px 4px 2px;
|
padding: 4px 4px 4px 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notebook tab:active.left {
|
.notebook tab:active.left {
|
||||||
padding: 4px 2px 4px 0px;
|
padding: 4px 1px 4px 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Toolbar */
|
/* Toolbar */
|
||||||
|
@ -1 +1,6 @@
|
|||||||
@import url("gtk-win32-base.css");
|
@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;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user