forked from AuroraMiddleware/gtk
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:
parent
9c700b2bc6
commit
ce8a98e21b
@ -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 {
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user