From bcf3fb62f1cff359bd7a7936c6c48f3aa08b936b Mon Sep 17 00:00:00 2001 From: Brandon Perez Date: Tue, 8 Aug 2017 16:09:41 -0700 Subject: [PATCH] Added Enhancement to delete button,gave it a red background to help it stand out more. --- public/main.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/public/main.css b/public/main.css index 27a3aac48..eace3567c 100644 --- a/public/main.css +++ b/public/main.css @@ -533,18 +533,19 @@ tbody { #delete-file { width: 176px; height: 44px; - background: #fff; + background: #D00000 ; border: 1px solid rgba(12, 12, 13, 0.3); border-radius: 5px; font-size: 15px; margin-top: 50px; margin-bottom: 12px; cursor: pointer; - color: #313131; + color: #fff; } #delete-file:hover { - background: #efeff1; + background: #B80607; + color: #fff; } .send-new {