# HG changeset patch # User lisaq # Date 2016-08-29 09:58:15 # Node ID 3de79f463531896e2179f2764e877f7730c089ca # Parent 0122e338084eef97ad905c4d6697f1ef6dbd4a71 styling: capitalisation and spinner colours diff --git a/rhodecode/public/css/polymer.less b/rhodecode/public/css/polymer.less --- a/rhodecode/public/css/polymer.less +++ b/rhodecode/public/css/polymer.less @@ -9,8 +9,18 @@ @import 'buttons'; :root { - --primary-color: @rcblue; - --light-primary-color: @rclightblue; - --dark-primary-color: @rcdarkblue; - --primary-text-color: @grey2; + --primary-color: @rcblue; + --light-primary-color: @rclightblue; + --dark-primary-color: @rcdarkblue; + --primary-text-color: @text-color; + + --paper-spinner-layer-1-color: @grey6; + --paper-spinner-layer-2-color: @grey5; + --paper-spinner-layer-3-color: @grey4; + --paper-spinner-layer-4-color: @grey3; } + +.paper-toggle-button { + display: inline; +} + diff --git a/rhodecode/templates/admin/my_account/my_account_notifications.html b/rhodecode/templates/admin/my_account/my_account_notifications.html --- a/rhodecode/templates/admin/my_account/my_account_notifications.html +++ b/rhodecode/templates/admin/my_account/my_account_notifications.html @@ -10,7 +10,7 @@
-

${_('Your live notification settings')}

+

${_('Your Live Notification Settings')}

@@ -23,15 +23,13 @@
- +
-
- + Toggle your notifications on/off globally. -