diff --git a/core/modules/toolbar/css/toolbar.theme.css b/core/modules/toolbar/css/toolbar.theme.css index 3b1f10543d7d805f9faa00198fb7f290e7f88cb0..dc3cf113159e2d4a7c3706796dabe5ac683f27a6 100644 --- a/core/modules/toolbar/css/toolbar.theme.css +++ b/core/modules/toolbar/css/toolbar.theme.css @@ -64,7 +64,7 @@ padding-left: 5em; } .toolbar .toolbar-tray-vertical { - background-color: #ffffff; + background-color: #f5f5f5; border-right: 1px solid #aaaaaa; /* LTR */ box-shadow: -1px 0 5px 2px rgba(0, 0, 0, 0.3333); /* LTR */ } @@ -91,7 +91,7 @@ .toolbar .toolbar-tray a.active { color: #000; } -.toolbar .toolbar-tray-horizontal .menu { +.toolbar .menu { background-color: #ffffff; } .toolbar .toolbar-tray-horizontal .menu li + li {