From e81963d727a30a1ba88583c07f333968ebb03233 Mon Sep 17 00:00:00 2001 From: Mark Seymour Date: Tue, 24 Jul 2018 18:48:38 -0300 Subject: [PATCH] Restyle search button to match rest of the UI --- app/assets/stylesheets/common/main_layout.scss | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common/main_layout.scss b/app/assets/stylesheets/common/main_layout.scss index e00b49e7e..a9ab13a35 100644 --- a/app/assets/stylesheets/common/main_layout.scss +++ b/app/assets/stylesheets/common/main_layout.scss @@ -4,6 +4,17 @@ div#search { margin-bottom: 1em; } +div#search-box button { + -webkit-appearance: button; + border: 1px solid $link_color; + background-color: $link_color; + color: #FFF; + &:hover, &:focus { + border: 1px solid $link_hover_color; + background-color: $link_hover_color; + } +} + div#page { overflow: visible; margin: 0 20px; @@ -101,4 +112,3 @@ div#more-links { padding: 0.2em 0.6em; @include box-shadow(2px 2px 2px #ccc); } -