Improve combobox styling

This commit is contained in:
Satyajit Sahoo
2014-12-20 17:08:26 +05:30
parent 7dccf6b479
commit 1b99e55e91
2 changed files with 57 additions and 37 deletions
-37
View File
@@ -76,40 +76,3 @@
&.linked, .linked & { @extend %linked_entry; }
}
}
/******************
! Combobox entry *
*******************/
@include exports("combobox") {
GtkComboBox {
&.combobox-entry {
.entry {
&, &:hover, &:focus, &:active, &:insensitive {
border-width: 1px 0 1px 1px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
}
.button {
&, &:hover, &:focus, &:active, &:insensitive {
border-width: 1px 1px 1px 1px;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
}
}
.separator {
/* always disable separators */
-GtkWidget-wide-separators: true;
-GtkWidget-horizontal-separator: 0;
-GtkWidget-vertical-separator: 0;
border-style: none;
}
}
}