win32 theme: Get rid of deprecated style properties

That's pretty easy, because we can just delete them. The theme is broken either way.
This commit is contained in:
Benjamin Otte 2016-02-07 04:11:55 +01:00 committed by Benjamin Otte
parent 9c700b2bc6
commit ce8a98e21b
2 changed files with 8 additions and 13 deletions

View File

@ -27,13 +27,19 @@ viewport {
* {
color: -gtk-win32-color(button, 18);
-GtkWidget-link-color: -gtk-win32-color(button, 26);
-GtkWidget-visited-link-color: -gtk-win32-color(button, 26);
border-color: shade (@bg_color, 0.6);
-GtkScrolledWindow-scrollbars-spacing: 0;
}
:link {
color: -gtk-win32-color(button, 26);
}
:visited {
color: -gtk-win32-color(button, 26);
}
frame {
border-width: 2px;
border-style: solid;
@ -133,9 +139,6 @@ button {
background-color: transparent;
background-image: -gtk-win32-theme-part(button, 1 1);
border-width: 0;
-GtkWidget-focus-line-width: 1;
-GtkWidget-focus-padding: 3;
-GtkButton-default-border: 0px;
padding: 3px;
}
@ -946,12 +949,6 @@ menu * {
padding: 2px;
}
/* Make arrows a bit smaller to fit better into W32 theme
FIXME: they still have the wrong style though - angle instead of a filled triangle */
menuitem {
-GtkMenuItem-arrow-scaling: 0.5;
}
/* Assistant */
GtkAssistant .sidebar .highlight {

View File

@ -106,8 +106,6 @@ notebook {
* first(last in RTL?) tab has extra gap that disappears (due to overlapping) when this tab activates
This can't be emulated in GTK, so we won't even try.
*/
-GtkNotebook-tab-overlap: 0;
-GtkNotebook-tab-curvature: 0;
}
notebook tab {