diff --git a/public/views/preferencesLanguage.html b/public/views/preferencesLanguage.html index 53da39d3e..1fa345841 100644 --- a/public/views/preferencesLanguage.html +++ b/public/views/preferencesLanguage.html @@ -1,12 +1,14 @@ - + - {{lang.name}} - +
+ {{lang.name}} + +
All contributions to Copay's translation are welcome. Sign up at crowdin.com and join the Copay project at https://crowdin.com/project/copay. diff --git a/public/views/preferencesUnit.html b/public/views/preferencesUnit.html index 102964d6b..b9fdcc2d0 100644 --- a/public/views/preferencesUnit.html +++ b/public/views/preferencesUnit.html @@ -1,4 +1,4 @@ - + diff --git a/public/views/tab-settings.html b/public/views/tab-settings.html index 050614edc..238572441 100644 --- a/public/views/tab-settings.html +++ b/public/views/tab-settings.html @@ -1,4 +1,4 @@ - + {{'Global Settings' | translate}} diff --git a/src/sass/views/tab-settings.scss b/src/sass/views/tab-settings.scss index 79e4aed0f..2726b7f16 100644 --- a/src/sass/views/tab-settings.scss +++ b/src/sass/views/tab-settings.scss @@ -1,3 +1,10 @@ +.settings { + .item { + color: #444; + border-color: rgba(221, 221, 221, 0.3); + } +} + #tab-settings { .list { .item { @@ -15,8 +22,8 @@ right: 0; content: ''; } - &.item-divider{ - color:rgba(74, 74, 74, .8); + &.item-divider { + color: rgba(74, 74, 74, .8); } &.item-heading { &:before { @@ -28,8 +35,8 @@ width: 0; } } - .item-note{ - color:rgb(58, 58, 58); + .item-note { + color: rgb(58, 58, 58); } } }