diff options
author | Armen Kesablyan | 2012-03-07 16:08:36 -0800 |
---|---|---|
committer | Armen Kesablyan | 2012-03-07 16:08:36 -0800 |
commit | 84931583f1da8da29784074978f146b281b8efa3 (patch) | |
tree | c51673830f797d760a2e6b4b89f1216cea143b03 /css | |
parent | d18d91946627c53c646a6f167855551a1891f8f4 (diff) | |
download | ninja-84931583f1da8da29784074978f146b281b8efa3.tar.gz |
Disabled state for panels
Signed-off-by: Armen Kesablyan <armen@motorola.com>
Diffstat (limited to 'css')
-rwxr-xr-x | css/ninja.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/css/ninja.css b/css/ninja.css index f139c3b9..32514e96 100755 --- a/css/ninja.css +++ b/css/ninja.css | |||
@@ -655,6 +655,8 @@ body section .dragging { opacity: 0.4; } | |||
655 | 655 | ||
656 | body .main .dragOver:not(.dragging) { background-color: #917B56; } | 656 | body .main .dragOver:not(.dragging) { background-color: #917B56; } |
657 | 657 | ||
658 | .panelDisabled { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 9999; color: white; text-align: center; line-height: 100px; box-shadow: inset 0 0 14px #111111; background: rgba(30, 30, 30, 0.7); } | ||
659 | |||
658 | .menuBar { width: 100%; border-style: solid; border-width: 1px; height: 22px; color: white; background: #474747; border-color: black; } | 660 | .menuBar { width: 100%; border-style: solid; border-width: 1px; height: 22px; color: white; background: #474747; border-color: black; } |
659 | 661 | ||
660 | .menuBar ul { list-style: none; margin: 0; padding: 0; float: left; cursor: default; } | 662 | .menuBar ul { list-style: none; margin: 0; padding: 0; float: left; cursor: default; } |