diff options
author | Valerio Virgillito | 2012-03-09 10:46:29 -0800 |
---|---|---|
committer | Valerio Virgillito | 2012-03-09 10:46:29 -0800 |
commit | b4eb2f6cc1208fe5c18aa1f02a85adda25075d81 (patch) | |
tree | 77c3ba4bd9d5033b31a12343f6a2e53636a83005 /scss/imports | |
parent | dac3dcdc74e60a1948a6d8d994fa7ef38a446b7c (diff) | |
parent | 3a9c7a57a227a36ec47c6635fc6a0bd4c4b7f9c3 (diff) | |
download | ninja-b4eb2f6cc1208fe5c18aa1f02a85adda25075d81.tar.gz |
Merge branch 'master' of github.com:Motorola-Mobility/ninja-internal
Diffstat (limited to 'scss/imports')
-rwxr-xr-x | scss/imports/scss/_PanelUI.scss | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/scss/imports/scss/_PanelUI.scss b/scss/imports/scss/_PanelUI.scss index b25871b0..f76d3e20 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: 6000; | ||
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.8); | ||
1272 | } \ No newline at end of file | ||