diff --git a/resources/assets/sass/dark.scss b/resources/assets/sass/dark.scss index f1f3fa418..e48494516 100644 --- a/resources/assets/sass/dark.scss +++ b/resources/assets/sass/dark.scss @@ -1,15 +1,29 @@ body.dark-mode-reverse { .ivu-btn-primary, .ivu-badge-count, + .ivu-btn-grey, .ivu-btn-error, .ivu-btn-warning, .common-right-bottom .common-right-bottom-link { color: #000; } + .ivu-btn-grey { + background-color: #d0d0d0; + border-color: #868686; + &:hover { + background-color: #d5d5d5; + border-color: #999999; + } + } + .ivu-btn-error { background-color: #ff9d84; border-color: #ff9d84; + &:hover { + background-color: #ffbdab; + border-color: #ffbdab; + } } .ivu-modal-mask { diff --git a/resources/views/push/bot.blade.php b/resources/views/push/bot.blade.php index 9a34117b1..ff967aab4 100755 --- a/resources/views/push/bot.blade.php +++ b/resources/views/push/bot.blade.php @@ -123,11 +123,11 @@ 事由:{{$data->description}}
@if ($action === 'pass') - + @elseif ($action === 'refuse') - + @elseif ($action === 'withdraw') - + @else @@ -145,9 +145,9 @@ 事由:{{$data->description}}
@if ($is_finished == 1) - + @else - + @endif
@elseif ($type === 'approve_comment_notifier') @@ -157,9 +157,9 @@ {{$data->comment_content}}
@if ($is_finished == 1) - + @else - + @endif
@elseif ($type === 'approve_submitter') @@ -174,11 +174,11 @@ 事由:{{$data->description}}
@if ($action === 'pass') - + @elseif ($action === 'refuse') - + @elseif ($action === 'withdraw') - + @endif
@else