From 84931583f1da8da29784074978f146b281b8efa3 Mon Sep 17 00:00:00 2001 From: Armen Kesablyan Date: Wed, 7 Mar 2012 16:08:36 -0800 Subject: Disabled state for panels Signed-off-by: Armen Kesablyan --- scss/imports/scss/_PanelUI.scss | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'scss') diff --git a/scss/imports/scss/_PanelUI.scss b/scss/imports/scss/_PanelUI.scss index b25871b0..2ac88b1d 100755 --- a/scss/imports/scss/_PanelUI.scss +++ b/scss/imports/scss/_PanelUI.scss @@ -1256,3 +1256,17 @@ body .main .dragOver:not(.dragging) { background-color: #917B56; } +.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); +} \ No newline at end of file -- cgit v1.2.3