From: Jakub Vrana Date: Sat, 10 Mar 2012 03:14:16 +0000 (-0800) Subject: Add progress cursor also to buttons X-Git-Tag: v3.4.0~56 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=b254503fb23583fce31d69169e467e8146a8195c;p=adminer.git Add progress cursor also to buttons --- 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; }