diff options
author | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2016-02-25 18:43:00 +0100 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2016-02-25 18:43:00 +0100 |
commit | 3ae1aeaefa875153e4abbe7a54c06b89ac1f875e (patch) | |
tree | 211135e0fe6fd646b439d5136a035ced68bea2b6 /css | |
parent | b874b22e5b6816ab52012094671dda68d1b2b33c (diff) |
Gray-out the editor while waiting for test results
Diffstat (limited to 'css')
-rw-r--r-- | css/codeq.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/css/codeq.css b/css/codeq.css index 9e4bd2e..f7bab6c 100644 --- a/css/codeq.css +++ b/css/codeq.css @@ -269,6 +269,10 @@ h2.group-title a.view-solutions { min-height: 6em; } +.CodeMirror.disabled { + opacity: 0.75; +} + .block > .scrollable-content-container { padding-left: 1em; padding-right: 1em; |