minor mac style changes

This commit is contained in:
DYefremov
2022-03-30 02:17:10 +03:00
parent 77a8bfe2c6
commit d5889cd96c

View File

@@ -1,6 +1,11 @@
* {
-GtkDialog-action-area-border: 6em;
background-clip: padding-box;
-GtkScrolledWindow-scrollbar-spacing: 0;
-GtkToolItemGroup-expander-size: 11;
-GtkWidget-text-handle-width: 20;
-GtkWidget-text-handle-height: 20;
-GtkDialog-button-spacing: 12;
-GtkDialog-action-area-border: 6;
}
entry {
@@ -9,13 +14,20 @@ entry {
button {
min-height: 1.5em;
min-width: 1em;
padding-left: 0.4em;
padding-right: 0.4em;
min-width: 1.5em;
padding-top: 0.1em;
padding-bottom: 0.1em;
}
button:active, button:checked {
color: @theme_selected_fg_color;
background-image: linear-gradient(@theme_selected_bg_color, @theme_selected_bg_color);
}
combobox {
min-height: 2.1em;
}
spinbutton {
min-height: 1.5em;
}
@@ -33,11 +45,21 @@ infobar {
min-height: 2em;
}
revealer > box > button {
padding: 0.2em;
}
switch slider {
min-height: 1.5em;
min-width: 1.5em;
}
.font > box {
min-height: 1.5em;
padding-top: 0.1em;
padding-bottom: 0.1em;
}
.dialog-action-area button {
margin-bottom: 0.6em;
}