From 14d303a0cc4ff98c89e265d6237455946c6b528e Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Tue, 4 Oct 2016 16:08:38 +0300 Subject: [PATCH] 123 --- frontend/web/css/style.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index f7e1747..99e958f 100644 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -1768,7 +1768,7 @@ p.right{text-align: right;} .input_bl.submit_btn button { border: 1px solid #9e9e9e; background-color: #fff; - outline: none; + outline: none!important; text-transform: uppercase; font-size: 11px; font-weight: 600; @@ -1776,6 +1776,15 @@ p.right{text-align: right;} letter-spacing: 1px; padding: 5px 17px; transition: 0.1s; + border-radius: 0; +} +.input_bl.submit_btn button:hover{ + background-color: #9e9e9e; + color: #fff; +} +.input_bl.submit_btn { + text-align: center; + padding: 15px 0px; } /**/ -- libgit2 0.21.4