From 66f4bf7a7fd109e97353e52fa235ac9686171edc Mon Sep 17 00:00:00 2001 From: Kevin Payravi Date: Mon, 8 Jan 2024 02:40:35 -0600 Subject: [PATCH] Adjust open-all-settings button styling --- popup.html | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/popup.html b/popup.html index 9ad023e..2cca617 100644 --- a/popup.html +++ b/popup.html @@ -239,9 +239,9 @@ /* SETTINGS BUTTON */ #openSettingsButton { - background: #3174f1; - border: 1px solid #3174f1; - color: #fff; + border: 0; + background: #fff; + color: #3174f1; border-radius: 5px; padding: .2em .4em; font-size: 1em; @@ -249,9 +249,7 @@ #openSettingsButton:hover { cursor: pointer; - background: #fff; - border: 1px solid#3174f1; - color: #3174f1; + outline: 2px solid#3174f1; }