]> git.joonet.de Git - adminer.git/commitdiff
Add progress cursor also to buttons
authorJakub Vrana <jakub@vrana.cz>
Sat, 10 Mar 2012 03:14:16 +0000 (19:14 -0800)
committerJakub Vrana <jakub@vrana.cz>
Tue, 27 Mar 2012 06:21:02 +0000 (23:21 -0700)
adminer/static/default.css

index 763d25434e5c3b71d641c46d73dc0e42396af512..2b9a468bd1b9462017cd84b2e5904df9d8116081 100644 (file)
@@ -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; }