summaryrefslogtreecommitdiff
path: root/public/css
diff options
context:
space:
mode:
authorFreeyorp <TheFreeYorp@NOSPAM.G.m.a.i.l.replace>2013-05-27 02:54:11 +1200
committerFreeyorp <TheFreeYorp@NOSPAM.G.m.a.i.l.replace>2013-05-27 02:54:11 +1200
commit751f746d817ce8059d87afbb365d3b340cad9d7c (patch)
tree47eb6f96b9de556f19ec49ec9db82d6c12088ca4 /public/css
parentdff6bad7c5fde8188d4cb59a597bb93b6baf9ff2 (diff)
downloadmanavis-751f746d817ce8059d87afbb365d3b340cad9d7c.tar.gz
manavis-751f746d817ce8059d87afbb365d3b340cad9d7c.tar.bz2
manavis-751f746d817ce8059d87afbb365d3b340cad9d7c.tar.xz
manavis-751f746d817ce8059d87afbb365d3b340cad9d7c.zip
Disable controls until init has finished
Before, if you were quick or your connection was slow, you could select the files before mv.init registers the callback. This left things stuck, either requiring another set of files to be selected, or a refresh of the page. This closes #18.
Diffstat (limited to 'public/css')
-rw-r--r--public/css/style.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/public/css/style.css b/public/css/style.css
index f0b7c02..4d7299e 100644
--- a/public/css/style.css
+++ b/public/css/style.css
@@ -289,3 +289,11 @@ a:hover {
border-top-color: #1b435e;
background: #1b435e;
}
+
+.disabled-button, .disabled-button:hover, .disabled-button:active {
+ border-top: 1px solid #999;
+ background: #777;
+ text-decoration: none;
+ color: white;
+}
+