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