diff --git a/setup.php b/setup.php index 44614dab..c11d04c4 100644 --- a/setup.php +++ b/setup.php @@ -563,8 +563,12 @@ function configSetting($cf, $setting, $value){ margin: 0 0 .5em; } - .authorized { - color: #090; + #content strong.authorized { + color: #fff; + background-color: #0c0; + padding: 2px 8px; + border-radius: 3px; + margin-left: 1px; } @@ -629,7 +633,7 @@ function configSetting($cf, $setting, $value){ if (!isset($_SESSION['access_token'])) { echo ''; } else { - echo 'Authorized'; + echo 'Authorized ✔'; }?>