[Bug 1790189] Re: unreadable text color in confirmation dialog with ubuntu theme

Corey Bryant corey.bryant at canonical.com
Wed Sep 5 16:15:52 UTC 2018


This started in queens as a result of:
https://review.openstack.org/#/c/339278/

Prior to that, the delete confirmation buttons used btn-primary (white
on orange). Now the btn-danger is used (which is red). The problem is
that 'a, a:link, a:visited' (color: orange) is overriding btn-danger's
default color (white):

a, a:link, a:visited {
    color: #e95420;
}

.btn-danger {
    color: #fff; # this gets overridden - shows with striked-through
    background-color: #d9534f;
    border-color: #d43f3a;
}

-- 
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to Ubuntu Cloud Archive.
https://bugs.launchpad.net/bugs/1790189

Title:
  unreadable text color in confirmation dialog with ubuntu theme

Status in Ubuntu Cloud Archive:
  Triaged
Status in Ubuntu Cloud Archive queens series:
  Triaged
Status in Ubuntu Cloud Archive rocky series:
  Triaged
Status in horizon package in Ubuntu:
  Triaged
Status in horizon source package in Bionic:
  Triaged
Status in horizon source package in Cosmic:
  Triaged

Bug description:
  I think this is the same issue as
  https://bugs.launchpad.net/ubuntu/+source/horizon/+bug/1481216 but
  we're hitting it with rocky.

  See attached screenshot.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1790189/+subscriptions



More information about the Ubuntu-openstack-bugs mailing list