Add missing default button background color
This commit is contained in:
parent
333c7c6179
commit
7fdd3e2746
1 changed files with 5 additions and 2 deletions
|
@ -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 ******************** */
|
||||||
|
|
Loading…
Reference in a new issue