diff --git a/adminer/static/default.css b/adminer/static/default.css index 763d2543..2b9a468b 100644 --- a/adminer/static/default.css +++ b/adminer/static/default.css @@ -20,7 +20,7 @@ code { background: #eee; } tbody tr:hover td, tbody tr:hover th { background: #eee; } pre { margin: 1em 0 0; } input[type=image] { vertical-align: middle; } -.loading { cursor: progress; } +.loading, .loading input { cursor: progress; } .loading #loader { display: inline; } .version { color: #777; font-size: 67%; } .js .hidden, .nojs .jsonly { display: none; }