diff -Nru horizon-12.0.3/debian/changelog horizon-12.0.3/debian/changelog --- horizon-12.0.3/debian/changelog 2018-06-27 03:30:53.000000000 +0900 +++ horizon-12.0.3/debian/changelog 2019-03-19 13:58:13.000000000 +0900 @@ -1,3 +1,10 @@ +horizon (3:12.0.3-0ubuntu1~cloud1) xenial-pike; urgency=medium + + * Fixing white bar on top of login page (LP: #1818770) + - Adding html background-color: transparent to ubuntu theme + + -- Seyeong Kim Tue, 19 Mar 2019 13:58:13 +0900 + horizon (3:12.0.3-0ubuntu1~cloud0) xenial-pike; urgency=medium * New stable point release for OpenStack Pike (LP: #1778739). diff -Nru horizon-12.0.3/debian/theme/ubuntu/_styles.scss horizon-12.0.3/debian/theme/ubuntu/_styles.scss --- horizon-12.0.3/debian/theme/ubuntu/_styles.scss 2018-06-27 03:29:59.000000000 +0900 +++ horizon-12.0.3/debian/theme/ubuntu/_styles.scss 2019-03-19 13:53:30.000000000 +0900 @@ -2,6 +2,10 @@ @import "horizon/styles"; /* Ubuntu styles */ +html { + background-color: transparent; +} + body, .page-header { font-family: Ubuntu, Arial, "libra sans", sans-serif;