diff -Nru horizon-13.0.1/debian/changelog horizon-13.0.1/debian/changelog --- horizon-13.0.1/debian/changelog 2018-12-12 02:26:00.000000000 +0900 +++ horizon-13.0.1/debian/changelog 2019-03-19 14:03:43.000000000 +0900 @@ -1,3 +1,10 @@ +horizon (3:13.0.1-0ubuntu4~cloud1) xenial-queens; 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 14:03:43 +0900 + horizon (3:13.0.1-0ubuntu4~cloud0) xenial-queens; urgency=medium * New update for the Ubuntu Cloud Archive. diff -Nru horizon-13.0.1/debian/theme/ubuntu/_styles.scss horizon-13.0.1/debian/theme/ubuntu/_styles.scss --- horizon-13.0.1/debian/theme/ubuntu/_styles.scss 2018-11-28 03:46:48.000000000 +0900 +++ horizon-13.0.1/debian/theme/ubuntu/_styles.scss 2019-03-19 14:03:42.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;