Fix combobox arrow disabled state

This commit is contained in:
EMH-Mark-I 2020-04-08 23:19:39 -05:00
parent a53898f1fa
commit 5cbe864a5c
2 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,7 @@ combobox arrow {
min-width: 16px;
min-height: 16px;
-gtk-icon-source: none; }
combobox:disabled > box > button > box > arrow {
combobox:disabled > box > button > box > arrow:disabled {
background-image: url("assets/vcl-combobox-arrow-down-disabled.png");
background-repeat: no-repeat;
background-position: center center;

View File

@ -84,7 +84,7 @@ combobox arrow {
min-width: 16px;
min-height: 16px;
-gtk-icon-source: none; }
combobox:disabled > box > button > box > arrow {
combobox:disabled > box > button > box > arrow:disabled {
background-image: url("assets/vcl-combobox-arrow-down-disabled.png");
background-repeat: no-repeat;
background-position: center center;