From 988c0b7e64f9b61e5be52ae30a7fd7d75e594f93 Mon Sep 17 00:00:00 2001 From: Val Erastov Date: Wed, 23 Nov 2016 19:19:04 -0800 Subject: [PATCH] make menus visible on black --- web/css/app3d.less | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/web/css/app3d.less b/web/css/app3d.less index 04cae75e..f760bcae 100644 --- a/web/css/app3d.less +++ b/web/css/app3d.less @@ -146,7 +146,7 @@ body { .aux-win { color: #fff; - background-color: rgba(0,0,0,0.7); + background-color: rgba(40,40,40,0.95); border: solid 1px #000; border-radius: @menu-border-radius } @@ -168,6 +168,10 @@ body { white-space: nowrap; } +.menu-item .menu-text { + padding-right: 5px; +} + .menu-item:hover { background-color: #0074D9; } @@ -243,3 +247,8 @@ body { background-position-x: 30px; background-image: url('../img/3d/sketch32.png'); } + +.modification-item { + word-wrap: break-word; + word-break: break-all; +} \ No newline at end of file