aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorArmen Kesablyan2012-03-07 16:08:36 -0800
committerArmen Kesablyan2012-03-07 16:08:36 -0800
commit84931583f1da8da29784074978f146b281b8efa3 (patch)
treec51673830f797d760a2e6b4b89f1216cea143b03 /scss
parentd18d91946627c53c646a6f167855551a1891f8f4 (diff)
downloadninja-84931583f1da8da29784074978f146b281b8efa3.tar.gz
Disabled state for panels
Signed-off-by: Armen Kesablyan <armen@motorola.com>
Diffstat (limited to 'scss')
-rwxr-xr-xscss/imports/scss/_PanelUI.scss14
1 files changed, 14 insertions, 0 deletions
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) {
1256 background-color: #917B56; 1256 background-color: #917B56;
1257} 1257}
1258 1258
1259.panelDisabled {
1260 position: absolute;
1261 top: 0;
1262 left: 0;
1263 width: 100%;
1264 height: 100%;
1265 z-index: 9999;
1266 color: white;
1267 text-align: center;
1268 line-height: 100px;
1269 box-shadow: inset 0 0 14px #111111;
1270
1271 background: rgba(30, 30, 30, 0.7);
1272} \ No newline at end of file