Merge pull request #270 from sirajalam049/ui-fixes

Use "cursor: pointer" for the "Add token" button
This commit is contained in:
Miroslav Bajtoš 2020-02-03 16:55:35 +01:00 committed by GitHub
commit a18a6f57a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ body #header a#logo {
body #header form#api_selector .input a#explore {
background-color: #7dbd33 !important;
cursor: pointer;
}