From caa08250663007bea76faf555f166b42cf4c76fb Mon Sep 17 00:00:00 2001 From: Armen Kesablyan Date: Thu, 8 Mar 2012 12:09:13 -0800 Subject: Disabled State is now darker Signed-off-by: Armen Kesablyan --- css/ninja.css | 2 +- scss/imports/scss/_PanelUI.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/ninja.css b/css/ninja.css index b771eb11..8213ec26 100755 --- a/css/ninja.css +++ b/css/ninja.css @@ -655,7 +655,7 @@ body section .dragging { opacity: 0.4; } body .main .dragOver:not(.dragging) { background-color: #917B56; } -.panelDisabled { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 6000; color: white; text-align: center; line-height: 100px; box-shadow: inset 0 0 14px #111111; background: rgba(30, 30, 30, 0.7); } +.panelDisabled { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 6000; color: white; text-align: center; line-height: 100px; box-shadow: inset 0 0 14px #111111; background: rgba(30, 30, 30, 0.8); } .menuBar { width: 100%; border-style: solid; border-width: 1px; height: 22px; color: white; background: #474747; border-color: black; } diff --git a/scss/imports/scss/_PanelUI.scss b/scss/imports/scss/_PanelUI.scss index 91a46c76..f76d3e20 100755 --- a/scss/imports/scss/_PanelUI.scss +++ b/scss/imports/scss/_PanelUI.scss @@ -1268,5 +1268,5 @@ body .main .dragOver:not(.dragging) { line-height: 100px; box-shadow: inset 0 0 14px #111111; - background: rgba(30, 30, 30, 0.7); + background: rgba(30, 30, 30, 0.8); } \ No newline at end of file -- cgit v1.2.3