Merge pull request #270 from sirajalam049/ui-fixes
Use "cursor: pointer" for the "Add token" button
This commit is contained in:
commit
a18a6f57a1
|
@ -34,6 +34,7 @@ body #header a#logo {
|
||||||
|
|
||||||
body #header form#api_selector .input a#explore {
|
body #header form#api_selector .input a#explore {
|
||||||
background-color: #7dbd33 !important;
|
background-color: #7dbd33 !important;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue