Skip to content
Snippets Groups Projects
Commit 4eddb1ef authored by Angie Byron's avatar Angie Byron
Browse files

Issue #2151265 by philipz: Make Toolbar background cleaner in vertical state.

parent 243f1668
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment