Skip to content

Commit

Permalink
Merge pull request #1939 from nextcloud/bugfix/noid/icon_background_c…
Browse files Browse the repository at this point in the history
…olor

Fix issue with background-color for icon in datepicker
  • Loading branch information
georgehrke authored Jan 31, 2020
2 parents d6b4606 + e8d97d4 commit 6652f31
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css/app-sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,10 @@

.mx-datepicker {
width: 49%;

.mx-input-append {
background-color: transparent !important;
}
}

&--readonly {
Expand Down

0 comments on commit 6652f31

Please sign in to comment.