Skip to content
This repository has been archived by the owner on Mar 27, 2020. It is now read-only.

Commit

Permalink
Gtk-3.20&3.22&4.0: [Libreoffice] Adjust background-colour of combobox…
Browse files Browse the repository at this point in the history
… node
  • Loading branch information
tista500 committed Dec 21, 2016
1 parent f432443 commit ce3bae6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gtk/sass/3.20/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1353,7 +1353,7 @@ spinbutton {

combobox {
// FIXME: workaround for LibreOffice 5.2.4
background-color: $base_color;
background-color: $bg_color;
// actual transparent backgrounds
.background & { background-color: transparent; }

Expand Down
2 changes: 1 addition & 1 deletion gtk/sass/3.22/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1331,7 +1331,7 @@ spinbutton {

combobox {
// FIXME: workaround for LibreOffice 5.2.4
background-color: $base_color;
background-color: $bg_color;
// actual transparent backgrounds
.background & { background-color: transparent; }

Expand Down
2 changes: 1 addition & 1 deletion gtk/sass/4.0/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1276,7 +1276,7 @@ spinbutton {

combobox {
// FIXME: workaround for LibreOffice 5.2.4
background-color: $base_color;
background-color: $bg_color;
// actual transparent backgrounds
.background & { background-color: transparent; }

Expand Down

0 comments on commit ce3bae6

Please sign in to comment.