Fix Extended Maintenance badge background
In patch I2aea17466ff3da652ba01d98def635d744e67fbb the corresponding css background was not created. This patch sets the same background as the badge of 'maintained' releases has. Change-Id: Ia6c18857e89b384a334eb84c629e6e5d7249fa9e
This commit is contained in:
parent
53a15bb950
commit
d17c34a8ad
@ -77,6 +77,7 @@ a.deprecated-badge-right {
|
||||
}
|
||||
|
||||
.deprecated-badge-maintained,
|
||||
.deprecated-badge-extended-maintenance,
|
||||
.deprecated-badge-development {
|
||||
background: #eaeaea;
|
||||
}
|
||||
@ -102,6 +103,10 @@ a.deprecated-badge-right {
|
||||
color: #000000 !important;
|
||||
}
|
||||
|
||||
.deprecated-badge-extended-maintenance .deprecated-badge-close-button{
|
||||
color: #000000 !important;
|
||||
}
|
||||
|
||||
.deprecated-badge-development .deprecated-badge-close-button{
|
||||
color: #000000 !important;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user