forked from AuroraMiddleware/gtk
win32: Bump up padding on entry and button
This commit is contained in:
parent
12fdf165ee
commit
68880e9a35
@ -117,7 +117,7 @@ GtkAssistant .sidebar .highlight {
|
||||
-GtkWidget-focus-line-width: 1;
|
||||
-GtkWidget-focus-padding: 3;
|
||||
-GtkButton-interior-focuse: true;
|
||||
padding: 2px;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
.button:insensitive {
|
||||
@ -336,7 +336,7 @@ GtkAssistant .sidebar .highlight {
|
||||
background-color: black;
|
||||
border-width: 0;
|
||||
background-image: -gtk-win32-theme-part(edit, 1 1);
|
||||
padding: 2px;
|
||||
padding: 3px;
|
||||
}
|
||||
.entry:insensitive {
|
||||
background-image: -gtk-win32-theme-part(edit, 1 4);
|
||||
|
Loading…
Reference in New Issue
Block a user