From 66a1d0bdad21d2ce71e785dc5eee0cc2bcc4dac0 Mon Sep 17 00:00:00 2001 From: San Wai Lwin Date: Thu, 3 May 2018 10:27:04 +0630 Subject: [PATCH] Edit button color effect --- app/assets/stylesheets/OQS.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/OQS.scss b/app/assets/stylesheets/OQS.scss index d66fcd1e..6a97bdcb 100755 --- a/app/assets/stylesheets/OQS.scss +++ b/app/assets/stylesheets/OQS.scss @@ -87,7 +87,7 @@ select.form-control { } .green{ - background-color: #009900; + background-color: #009900 !important; } .left{ margin-left:1px;