mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
fix combobox arrow placement
This commit is contained in:
parent
626474399f
commit
b96d367e40
@ -879,6 +879,11 @@ treeview spinbutton entry, treeview spinbutton spinbutton, treeview spinbutton e
|
||||
border-radius: 0;
|
||||
box-shadow: none; }
|
||||
|
||||
combobox button.combo {
|
||||
min-width: 0;
|
||||
padding-left: 8px;
|
||||
padding-right: 8px; }
|
||||
|
||||
combobox arrow {
|
||||
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
|
||||
min-height: 16px;
|
||||
|
@ -878,6 +878,11 @@ treeview spinbutton entry, treeview spinbutton spinbutton, treeview spinbutton e
|
||||
border-radius: 0;
|
||||
box-shadow: none; }
|
||||
|
||||
combobox button.combo {
|
||||
min-width: 0;
|
||||
padding-left: 8px;
|
||||
padding-right: 8px; }
|
||||
|
||||
combobox arrow {
|
||||
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
|
||||
min-height: 16px;
|
||||
|
@ -879,6 +879,11 @@ treeview spinbutton entry, treeview spinbutton spinbutton, treeview spinbutton e
|
||||
border-radius: 0;
|
||||
box-shadow: none; }
|
||||
|
||||
combobox button.combo {
|
||||
min-width: 0;
|
||||
padding-left: 8px;
|
||||
padding-right: 8px; }
|
||||
|
||||
combobox arrow {
|
||||
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
|
||||
min-height: 16px;
|
||||
|
@ -878,6 +878,11 @@ treeview spinbutton entry, treeview spinbutton spinbutton, treeview spinbutton e
|
||||
border-radius: 0;
|
||||
box-shadow: none; }
|
||||
|
||||
combobox button.combo {
|
||||
min-width: 0;
|
||||
padding-left: 8px;
|
||||
padding-right: 8px; }
|
||||
|
||||
combobox arrow {
|
||||
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
|
||||
min-height: 16px;
|
||||
|
@ -878,6 +878,11 @@ treeview spinbutton entry, treeview spinbutton spinbutton, treeview spinbutton e
|
||||
border-radius: 0;
|
||||
box-shadow: none; }
|
||||
|
||||
combobox button.combo {
|
||||
min-width: 0;
|
||||
padding-left: 8px;
|
||||
padding-right: 8px; }
|
||||
|
||||
combobox arrow {
|
||||
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
|
||||
min-height: 16px;
|
||||
|
@ -878,6 +878,11 @@ treeview spinbutton entry, treeview spinbutton spinbutton, treeview spinbutton e
|
||||
border-radius: 0;
|
||||
box-shadow: none; }
|
||||
|
||||
combobox button.combo {
|
||||
min-width: 0;
|
||||
padding-left: 8px;
|
||||
padding-right: 8px; }
|
||||
|
||||
combobox arrow {
|
||||
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
|
||||
min-height: 16px;
|
||||
|
@ -890,7 +890,11 @@ spinbutton {
|
||||
// Comboboxes
|
||||
//
|
||||
combobox {
|
||||
|
||||
button.combo {
|
||||
min-width: 0; // otherwise the arrow placement is unsymmetric
|
||||
padding-left: 8px; //
|
||||
padding-right: 8px //
|
||||
}
|
||||
arrow {
|
||||
-gtk-icon-source: -gtk-icontheme('pan-down-symbolic');
|
||||
min-height: 16px;
|
||||
|
Loading…
Reference in New Issue
Block a user