diff --git a/modules/core/client/less/btn-size.less b/modules/core/client/less/btn-size.less index 165d4018..87c7579e 100644 --- a/modules/core/client/less/btn-size.less +++ b/modules/core/client/less/btn-size.less @@ -120,14 +120,32 @@ color: #efefef; border-color: #ccc; } +} - &.btn-mt-o-success { +.btn-mt-o-success { + color: @state-success-text; + border: solid 1px @state-success-text; + &:focus { color: @state-success-text; - border: solid 1px @state-success-text; - &:focus { - color: @state-success-text; - border-color: @state-success-text; - } + border-color: @state-success-text; + } +} + +.btn-mt-o-primary { + color: @brand-primary; + border: solid 1px @brand-primary; + &:focus { + color: @brand-primary; + border-color: @brand-primary; + } +} + +.btn-mt-o-light { + color: #fff !important; + border: solid 1px #fff !important; + &:focus { + color: #fff !important; + border-color: #fff !important; } } diff --git a/modules/torrents/client/views/view-torrent.client.view.html b/modules/torrents/client/views/view-torrent.client.view.html index 345893e3..9467a780 100644 --- a/modules/torrents/client/views/view-torrent.client.view.html +++ b/modules/torrents/client/views/view-torrent.client.view.html @@ -187,9 +187,12 @@ ng-bind-html="vm.getOverviewMarkedContent(vm.TGI.getTorrentOverview(vm.torrentLocalInfo))"> - - {{'EDIT_THIS_OVERVIEW' | translate}} - + +