pop[up f9x

This commit is contained in:
Thomas G 2022-08-28 16:09:39 +10:00
parent 98bd7a4035
commit 3d8b62843d
2 changed files with 2 additions and 2 deletions

View File

@ -206,7 +206,7 @@
border: 1px solid #3D414A; border: 1px solid #3D414A;
background: #cacbcc; background: #cacbcc;
/* Fallback for IE 11*/ /* Fallback for IE 11*/
background: linear-gradient(#cacbcc 10%, #606060 100%); background: linear-gradient(#cacbcc);
} }
#NavigationRedesignBannerContainer { #NavigationRedesignBannerContainer {

View File

@ -171,5 +171,5 @@ button:hover.greenbutton {
.popup { .popup {
color: white; color: white;
background: linear-gradient(180deg, #747474 10%, #000000 100%); background: black;
} }