No edit summary |
No edit summary |
||
| Line 17: | Line 17: | ||
background-image: -ms-linear-gradient(top,#008be3 35%,#006cb0 65%); | background-image: -ms-linear-gradient(top,#008be3 35%,#006cb0 65%); | ||
} | } | ||
.wds-dropdown__toggle { | .wds-button.wds-dropdown__toggle { | ||
background-color: #006cb0; | background-color: #006cb0; | ||
background-image: -moz-linear-gradient(top,#008be3 35%,#006cb0 65%); | background-image: -moz-linear-gradient(top,#008be3 35%,#006cb0 65%); | ||
Revision as of 18:38, 22 March 2020
.pi-europa .pi-header, .pi-europa .pi-title {
background-color: #040E16;
color: #fff;
text-align: left;
}
.EditPageHeader > h1 > a {
color: white;
}
.EditPageHeader {
background-color: #050F17;
}
.ca-edit.wds-button {
background-color: #006cb0;
background-image: -moz-linear-gradient(top,#008be3 35%,#006cb0 65%);
background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(35%,#008be3),color-stop(65%,#006cb0));
background-image: -o-linear-gradient(top,#008be3 35%,#006cb0 65%);
background-image: -ms-linear-gradient(top,#008be3 35%,#006cb0 65%);
}
.wds-button.wds-dropdown__toggle {
background-color: #006cb0;
background-image: -moz-linear-gradient(top,#008be3 35%,#006cb0 65%);
background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(35%,#008be3),color-stop(65%,#006cb0));
background-image: -o-linear-gradient(top,#008be3 35%,#006cb0 65%);
background-image: -ms-linear-gradient(top,#008be3 35%,#006cb0 65%);
}