From 3c9d614e1f93ab7d57085c1ac6fa5566acd4bdb6 Mon Sep 17 00:00:00 2001 From: David Dreher Date: Fri, 1 Mar 2019 07:31:22 +0100 Subject: [PATCH] Change the save botton at the about tab to the same style as the 'See IssueHunt' button at the crowdfunding tab --- browser/main/modals/PreferencesModal/InfoTab.styl | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/browser/main/modals/PreferencesModal/InfoTab.styl b/browser/main/modals/PreferencesModal/InfoTab.styl index 713647d3d..c541c91ca 100644 --- a/browser/main/modals/PreferencesModal/InfoTab.styl +++ b/browser/main/modals/PreferencesModal/InfoTab.styl @@ -35,12 +35,24 @@ .policy-submit margin-top 10px + height 35px + border-radius 2px + border none + background-color alpha(#1EC38B, 90%) + padding-left 20px + padding-right 20px + text-decoration none + color white + font-weight 600 + font-size 16px + &:hover + background-color #1EC38B + transition 0.2s .policy-confirm margin-top 10px font-size 12px - body[data-theme="dark"] .root color alpha($tab--dark-text-color, 80%)