From ff9232de7c9f3cfe412bf964730966f55841ae0a Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Sun, 18 Sep 2016 15:30:09 +0200 Subject: [PATCH] Fix neutral button color --- umap/static/umap/umap.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/umap/static/umap/umap.css b/umap/static/umap/umap.css index 8c434258..9ab09607 100644 --- a/umap/static/umap/umap.css +++ b/umap/static/umap/umap.css @@ -467,13 +467,13 @@ h2.section { background-color: #79c1c0; color: #eeeeec; } -.neutral, input[type="submit"].neutral { - background-color: #ddd; - color: #666; -} .wrapper input[type="submit"]:hover { background-color: #689191; } +.wrapper .neutral, .wrapper input[type="submit"].neutral { + background-color: #ddd; + color: #666; +} .wrapper.somber { background-color: #2E3641; color: #efefef;