From cfd6c71f4096814e4d5c1aab1ada3c7f84e65527 Mon Sep 17 00:00:00 2001 From: sghsri Date: Mon, 14 Oct 2019 13:36:15 -0500 Subject: [PATCH] fixed search button class --- css/popup.css | 3 ++- popup.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/css/popup.css b/css/popup.css index 14a51408..88426ee4 100644 --- a/css/popup.css +++ b/css/popup.css @@ -469,11 +469,12 @@ input[type=number]::-webkit-outer-spin-button { color: rgba(0, 0, 45, 0.48); } -#search-class { +.search-button { float: right; font-size: inherit; padding: 7px 11px; margin: 8px 0px; + background-color: #FF9800; } #import-export-popup { diff --git a/popup.html b/popup.html index e1e247ef..310fcec1 100644 --- a/popup.html +++ b/popup.html @@ -53,7 +53,7 @@ - +