diff --git a/public/dashboard.html b/public/dashboard.html index 8360450..456e509 100644 --- a/public/dashboard.html +++ b/public/dashboard.html @@ -255,6 +255,14 @@ cursor: pointer; } + .tender-item * { + cursor: auto; + } + + .tender-item button, .tender-item a { + cursor: pointer; + } + .tender-item:last-child { border-bottom: none; }