diff --git a/umap/static/umap/content.css b/umap/static/umap/content.css index d90c6273..bade8061 100644 --- a/umap/static/umap/content.css +++ b/umap/static/umap/content.css @@ -210,7 +210,7 @@ input[type="submit"], font-weight: bold; } .wrapper input[type="submit"]:hover { - background-color: #689191; + background-color: #35537c; } .wrapper .neutral, .wrapper input[type="submit"].neutral { background-color: #ddd; @@ -488,6 +488,9 @@ ul.umap-autocomplete { height: 36px; line-height: 26px; } +.table-wrapper table button { + cursor: pointer; +} /* **************************** */ /* Dialog */