Sahid,
Those changes look good to me.
-K
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1818770
Title:
Unexpected graybar on top of openstack-dashboard login page
To manage notifications about thi
I tried fixing the issue in-browser and think that this should work.
Update from line 135 of static/themes/ubuntu/_styles.scss:
'''
#splash {
background: url("/static/themes/ubuntu/img/image-background-pattern.png");
position: absolute;
width: 100vw;
.login {
'''
(note: this also remove
Removing the background colour will remove the grey strip and give the
page a white background.
The entire page background is meant to be that light grey colour but the
fix to make that work would require a bit more styling. I think that the
above proposed fix would work and perhaps we can look at
Hello Karl here (frontend dev, design team),
I was away on leave when this was emailed to me last week.
The patch suggestion looks good to me. It would be nice to avoid !importants
where we can but this looks like the best approach to get this fairly critical
bug out.
We can look at better struct