Merge pull request #437 from megax/patch11

GTK 3.20 :: Rewirte spinbutton and linked entry, button. Implement inline-toolbar button linked.
This commit is contained in:
Khurshid Alam
2016-05-16 01:44:12 +05:30
5 changed files with 125 additions and 76 deletions
+5 -1
View File
@@ -30,7 +30,7 @@
button { @include button($bg, $fg); }
button.linked, .linked button { @include linked_button($bg); }
.linked > button { @include linked_button($bg); }
combobox, button {
padding: $spacing - 1px;
@@ -64,6 +64,10 @@
&.inline-toolbar {
background-image: none;
background-color: transparent;
button { @include button($toolbar_bg_color, $toolbar_fg_color); }
.linked > button { @include linked_button($toolbar_bg_color); }
}
}