From b5c335f6afe11932a6bd3656b94fd14b001cc8e3 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Sun, 12 Feb 2017 18:47:14 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=B4=D0=BB=D1=8F=20=D0=BC=D0=BE=D0=B4=D0=B0=D0=BB=D1=8C=D0=BD?= =?UTF-8?q?=D0=BE=D0=B3=D0=BE=20=D0=BE=D0=BA=D0=BD=D0=B0=20=D1=81=D1=82?= =?UTF-8?q?=D0=B8=D0=BB=D0=B8=20=D1=88=D0=B0=D0=BF=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/clientside/custom.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/clientside/custom.css b/static/clientside/custom.css index c726077..6f3c786 100644 --- a/static/clientside/custom.css +++ b/static/clientside/custom.css @@ -12,3 +12,8 @@ body > .container { .table thead { background-color: #ddd; } + +.modal-header{border-radius: 4px 4px 0 0;} +.modal-header.warning {background-color: #d2322d;} +.modal-header.success {background-color: #6ad245;} +.modal-header.primary {background-color: #789cbb;}