Add progress cursor also to buttons

This commit is contained in:
Jakub Vrana 2012-03-09 19:14:16 -08:00
parent ea0a6a5a01
commit b254503fb2

View 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; }