From 2f84b2eb1fecab4c381ad2dfd31277717cc9df2d Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Thu, 2 Jun 2022 12:57:18 +0300 Subject: Enable user abortion of file parsing Enable the user to abort the background parsing of the file. --- qc_app/static/css/styles.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'qc_app/static/css/styles.css') diff --git a/qc_app/static/css/styles.css b/qc_app/static/css/styles.css index a5f0e01..aa6b049 100644 --- a/qc_app/static/css/styles.css +++ b/qc_app/static/css/styles.css @@ -30,6 +30,13 @@ fieldset { font-weight: bold; } +.btn-danger { + color: #FEFEFE; + border-color: #FF3434; + background-color: #FF4545; + font-weight: bold; +} + .alert { display: block; border-style: solid; -- cgit v1.2.3