From 7fdd3e27468bcdd2665bb23c8c723b94eb56a022 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Thu, 22 Sep 2016 15:18:23 +0200 Subject: [PATCH] Add missing default button background color --- umap/static/umap/umap.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/umap/static/umap/umap.css b/umap/static/umap/umap.css index 9ab09607..eefd984e 100644 --- a/umap/static/umap/umap.css +++ b/umap/static/umap/umap.css @@ -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 ******************** */