aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorArmen Kesablyan2012-03-08 12:09:13 -0800
committerArmen Kesablyan2012-03-08 12:09:13 -0800
commitcaa08250663007bea76faf555f166b42cf4c76fb (patch)
treeb001e4355733fd3724b3c8aa0ab62b9d43e9e8cd /scss
parent21cb7af351e738f446458af5b896c84e03fa5c17 (diff)
downloadninja-caa08250663007bea76faf555f166b42cf4c76fb.tar.gz
Disabled State is now darker
Signed-off-by: Armen Kesablyan <armen@motorola.com>
Diffstat (limited to 'scss')
-rwxr-xr-xscss/imports/scss/_PanelUI.scss2
1 files changed, 1 insertions, 1 deletions
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) {
1268 line-height: 100px; 1268 line-height: 100px;
1269 box-shadow: inset 0 0 14px #111111; 1269 box-shadow: inset 0 0 14px #111111;
1270 1270
1271 background: rgba(30, 30, 30, 0.7); 1271 background: rgba(30, 30, 30, 0.8);
1272} \ No newline at end of file 1272} \ No newline at end of file