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 */ /* colors */
/* **************************** */ /* **************************** */
.wrapper input[type="submit"], input[type="submit"],
.wrapper .button { .button {
background-color: #79c1c0; background-color: #79c1c0;
color: #eeeeec; color: #eeeeec;
} }
@ -576,6 +576,9 @@ body.content #storage-ui-container {
.storage-loader { .storage-loader {
background-color: #79c1c0 !important; background-color: #79c1c0 !important;
} }
.leaflet-container a.button {
color: #eeeeec;
}
/* ************************************************* */ /* ************************************************* */
/* ********************* MOBILE ******************** */ /* ********************* MOBILE ******************** */