[Bug 1481216] [NEW] unreadable text color in confirmation dialog with ubuntu theme
Nobuto Murata
nobuto at nobuto-murata.org
Tue Aug 4 08:15:19 UTC 2015
Public bug reported:
The same symptom appeared as LP: #1308651.
When deleting an instance or other resources, confirmation dialog will
be shown up. Background color and text color of confirm button are
orange/orange. Firefox calculated css rules are as follows (color:
#DD4814, background-color: #DD4814).
element {
}
a, a:link, a:visited {
color: #DD4814;
}
.btn-primary {
background: #DD4814 none repeat scroll 0% 0%;
border-color: #C64012;
}
.btn-primary {
color: #FFF;
background-color: #428BCA;
border-color: #357EBD;
}
.btn {
display: inline-block;
margin-bottom: 0px;
font-weight: normal;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 12px;
font-size: 13px;
line-height: 1.42857;
border-radius: 4px;
-moz-user-select: none;
}
<snip>
$ apt-cache policy openstack-dashboard-ubuntu-theme
openstack-dashboard-ubuntu-theme:
Installed: 1:2015.1.0-0ubuntu1~cloud0
Candidate: 1:2015.1.0-0ubuntu1~cloud0
Version table:
*** 1:2015.1.0-0ubuntu1~cloud0 0
500 http://ubuntu-cloud.archive.canonical.com/ubuntu/ trusty-updates/kilo/main amd64 Packages
100 /var/lib/dpkg/status
1:2014.1.5-0ubuntu2 0
500 http://archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 Packages
1:2014.1.2-0ubuntu1.1 0
500 http://security.ubuntu.com/ubuntu/ trusty-security/main amd64 Packages
1:2014.1-0ubuntu1 0
500 http://archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
** Affects: cloud-archive
Importance: Undecided
Status: New
** Affects: horizon (Ubuntu)
Importance: Undecided
Status: New
** Description changed:
The same symptom appeared as LP: #1308651.
When deleting an instance or other resources, confirmation dialog will
be shown up. Background color and text color of confirm button are
orange/orange. Firefox calculated css rules are as follows (color:
#DD4814, background-color: #DD4814).
-
element {
}
a, a:link, a:visited {
- color: #DD4814;
+ color: #DD4814;
}
.btn-primary {
- background: #DD4814 none repeat scroll 0% 0%;
- border-color: #C64012;
+ background: #DD4814 none repeat scroll 0% 0%;
+ border-color: #C64012;
}
.btn-primary {
- color: #FFF;
- background-color: #428BCA;
- border-color: #357EBD;
+ color: #FFF;
+ background-color: #428BCA;
+ border-color: #357EBD;
}
.btn {
- display: inline-block;
- margin-bottom: 0px;
- font-weight: normal;
- text-align: center;
- vertical-align: middle;
- cursor: pointer;
- background-image: none;
- border: 1px solid transparent;
- white-space: nowrap;
- padding: 6px 12px;
- font-size: 13px;
- line-height: 1.42857;
- border-radius: 4px;
- -moz-user-select: none;
+ display: inline-block;
+ margin-bottom: 0px;
+ font-weight: normal;
+ text-align: center;
+ vertical-align: middle;
+ cursor: pointer;
+ background-image: none;
+ border: 1px solid transparent;
+ white-space: nowrap;
+ padding: 6px 12px;
+ font-size: 13px;
+ line-height: 1.42857;
+ border-radius: 4px;
+ -moz-user-select: none;
}
<snip>
+
+
+ $ apt-cache policy openstack-dashboard-ubuntu-theme
+ openstack-dashboard-ubuntu-theme:
+ Installed: 1:2015.1.0-0ubuntu1~cloud0
+ Candidate: 1:2015.1.0-0ubuntu1~cloud0
+ Version table:
+ *** 1:2015.1.0-0ubuntu1~cloud0 0
+ 500 http://ubuntu-cloud.archive.canonical.com/ubuntu/ trusty-updates/kilo/main amd64 Packages
+ 100 /var/lib/dpkg/status
+ 1:2014.1.5-0ubuntu2 0
+ 500 http://archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 Packages
+ 1:2014.1.2-0ubuntu1.1 0
+ 500 http://security.ubuntu.com/ubuntu/ trusty-security/main amd64 Packages
+ 1:2014.1-0ubuntu1 0
+ 500 http://archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
** Also affects: cloud-archive
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to horizon in Ubuntu.
https://bugs.launchpad.net/bugs/1481216
Title:
unreadable text color in confirmation dialog with ubuntu theme
To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1481216/+subscriptions
More information about the Ubuntu-server-bugs
mailing list