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