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:
Elod Illes 2020-04-22 09:41:13 +02:00
parent 53a15bb950
commit d17c34a8ad

View File

@ -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;
}