diff --git a/browser/themes/gnomestripe/syncSetup.css b/browser/themes/gnomestripe/syncSetup.css index 6078ff69e0e..43a9d66faba 100644 --- a/browser/themes/gnomestripe/syncSetup.css +++ b/browser/themes/gnomestripe/syncSetup.css @@ -33,7 +33,8 @@ wizardpage { } .wizard-buttons { - background-color: rgba(0,0,0,0.1); + border-top: 2px solid #ccd9ea; + background-color: #f1f5fb; padding: 1em; } diff --git a/browser/themes/pinstripe/syncSetup.css b/browser/themes/pinstripe/syncSetup.css index 5f01b0111c9..30412cb62dd 100644 --- a/browser/themes/pinstripe/syncSetup.css +++ b/browser/themes/pinstripe/syncSetup.css @@ -33,7 +33,8 @@ wizardpage { } .wizard-buttons { - background-color: rgba(0,0,0,0.1); + border-top: 2px solid #ccd9ea; + background-color: #f1f5fb; padding: 1em; } diff --git a/browser/themes/winstripe/syncSetup.css b/browser/themes/winstripe/syncSetup.css index 6078ff69e0e..43a9d66faba 100644 --- a/browser/themes/winstripe/syncSetup.css +++ b/browser/themes/winstripe/syncSetup.css @@ -33,7 +33,8 @@ wizardpage { } .wizard-buttons { - background-color: rgba(0,0,0,0.1); + border-top: 2px solid #ccd9ea; + background-color: #f1f5fb; padding: 1em; }