From d26270381339b3d18db5293b057c7a75e80837e8 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Fri, 28 Dec 2012 09:47:06 +0100 Subject: [PATCH] Display in red the confirm buttons of delete processes cf https://github.com/yohanboniface/django-leaflet-storage/issues/34 --- youmap/static/youmap/youmap.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/youmap/static/youmap/youmap.css b/youmap/static/youmap/youmap.css index 65d247b8..70e37f39 100644 --- a/youmap/static/youmap/youmap.css +++ b/youmap/static/youmap/youmap.css @@ -70,4 +70,12 @@ input:-moz-placeholder, :-moz-placeholder { } #storage-ui-container select { margin-bottom: 10px; -} \ No newline at end of file +} + +#storage-ui-container.warning .button { + background-color: #c60f13; + border: 1px solid #7f0a0c; +} +#storage-ui-container.warning .button:hover { + background-color: #970b0e; +}