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;
|
border-radius: 0;
|
||||||
box-shadow: none; }
|
box-shadow: none; }
|
||||||
|
|
||||||
|
combobox button.combo {
|
||||||
|
min-width: 0;
|
||||||
|
padding-left: 8px;
|
||||||
|
padding-right: 8px; }
|
||||||
|
|
||||||
combobox arrow {
|
combobox arrow {
|
||||||
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
|
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
|
||||||
min-height: 16px;
|
min-height: 16px;
|
||||||
|
@ -878,6 +878,11 @@ treeview spinbutton entry, treeview spinbutton spinbutton, treeview spinbutton e
|
|||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
box-shadow: none; }
|
box-shadow: none; }
|
||||||
|
|
||||||
|
combobox button.combo {
|
||||||
|
min-width: 0;
|
||||||
|
padding-left: 8px;
|
||||||
|
padding-right: 8px; }
|
||||||
|
|
||||||
combobox arrow {
|
combobox arrow {
|
||||||
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
|
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
|
||||||
min-height: 16px;
|
min-height: 16px;
|
||||||
|
@ -879,6 +879,11 @@ treeview spinbutton entry, treeview spinbutton spinbutton, treeview spinbutton e
|
|||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
box-shadow: none; }
|
box-shadow: none; }
|
||||||
|
|
||||||
|
combobox button.combo {
|
||||||
|
min-width: 0;
|
||||||
|
padding-left: 8px;
|
||||||
|
padding-right: 8px; }
|
||||||
|
|
||||||
combobox arrow {
|
combobox arrow {
|
||||||
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
|
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
|
||||||
min-height: 16px;
|
min-height: 16px;
|
||||||
|
@ -878,6 +878,11 @@ treeview spinbutton entry, treeview spinbutton spinbutton, treeview spinbutton e
|
|||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
box-shadow: none; }
|
box-shadow: none; }
|
||||||
|
|
||||||
|
combobox button.combo {
|
||||||
|
min-width: 0;
|
||||||
|
padding-left: 8px;
|
||||||
|
padding-right: 8px; }
|
||||||
|
|
||||||
combobox arrow {
|
combobox arrow {
|
||||||
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
|
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
|
||||||
min-height: 16px;
|
min-height: 16px;
|
||||||
|
@ -878,6 +878,11 @@ treeview spinbutton entry, treeview spinbutton spinbutton, treeview spinbutton e
|
|||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
box-shadow: none; }
|
box-shadow: none; }
|
||||||
|
|
||||||
|
combobox button.combo {
|
||||||
|
min-width: 0;
|
||||||
|
padding-left: 8px;
|
||||||
|
padding-right: 8px; }
|
||||||
|
|
||||||
combobox arrow {
|
combobox arrow {
|
||||||
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
|
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
|
||||||
min-height: 16px;
|
min-height: 16px;
|
||||||
|
@ -878,6 +878,11 @@ treeview spinbutton entry, treeview spinbutton spinbutton, treeview spinbutton e
|
|||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
box-shadow: none; }
|
box-shadow: none; }
|
||||||
|
|
||||||
|
combobox button.combo {
|
||||||
|
min-width: 0;
|
||||||
|
padding-left: 8px;
|
||||||
|
padding-right: 8px; }
|
||||||
|
|
||||||
combobox arrow {
|
combobox arrow {
|
||||||
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
|
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
|
||||||
min-height: 16px;
|
min-height: 16px;
|
||||||
|
@ -890,7 +890,11 @@ spinbutton {
|
|||||||
// Comboboxes
|
// Comboboxes
|
||||||
//
|
//
|
||||||
combobox {
|
combobox {
|
||||||
|
button.combo {
|
||||||
|
min-width: 0; // otherwise the arrow placement is unsymmetric
|
||||||
|
padding-left: 8px; //
|
||||||
|
padding-right: 8px //
|
||||||
|
}
|
||||||
arrow {
|
arrow {
|
||||||
-gtk-icon-source: -gtk-icontheme('pan-down-symbolic');
|
-gtk-icon-source: -gtk-icontheme('pan-down-symbolic');
|
||||||
min-height: 16px;
|
min-height: 16px;
|
||||||
|
Loading…
Reference in New Issue
Block a user