Add missing default button background color

This commit is contained in:
Yohan Boniface 2016-09-22 15:18:23 +02:00
parent 333c7c6179
commit 7fdd3e2746

View file

@ -462,8 +462,8 @@ h2.section {
/* colors */
/* **************************** */
.wrapper input[type="submit"],
.wrapper .button {
input[type="submit"],
.button {
background-color: #79c1c0;
color: #eeeeec;
}
@ -576,6 +576,9 @@ body.content #storage-ui-container {
.storage-loader {
background-color: #79c1c0 !important;
}
.leaflet-container a.button {
color: #eeeeec;
}
/* ************************************************* */
/* ********************* MOBILE ******************** */