Skip to content
Snippets Groups Projects
Commit d2386b22 authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #3357860: Change Varbase Admin toolbar style to fit and follow with the...

Issue #3357860: Change Varbase Admin toolbar style to fit and follow with the new HTML elements and styles form Admin Toolbar 3.3.2
parent 3cea9abb
No related branches found
Tags 9.0.13
No related merge requests found
......@@ -18,6 +18,11 @@
#toolbar-administration.toolbar a {
transition: all, 0.2s;
}
#toolbar-administration.toolbar .level-2 a:hover,
#toolbar-administration.toolbar .level-2 a:focus,
#toolbar-administration.toolbar .level-2 a:active {
width: 100%;
}
#toolbar-administration.toolbar .toolbar-bar {
background-color: #2d2d2d;
box-shadow: none;
......@@ -164,7 +169,7 @@
background: #2d2d2d;
}
#toolbar-administration .toolbar-tray span {
display: block;
display: initial;
padding: 1em 1.3333em;
color: #bbb;
background: #2d2d2d;
......@@ -256,6 +261,12 @@
#toolbar-administration .toolbar-tray-horizontal .toolbar-menu ul .toolbar-icon {
padding: 1em 12px;
}
#toolbar-administration .toolbar-tray-horizontal .toolbar-menu .level-1:first-child > .toolbar-box .toolbar-icon.toolbar-handle {
display: none;
}
#toolbar-administration .toolbar-tray-horizontal .level-1 .menu-item--expanded .toolbar-handle {
display: none;
}
#toolbar-administration .level-1 .toolbar-handle.open {
background: #3b3b3b !important;
}
......
......@@ -37,6 +37,16 @@
transition: all, 0.2s;
}
.level-2 {
a {
&:hover,
&:focus,
&:active {
width: 100%;
}
}
}
.toolbar-bar {
background-color: #2d2d2d;
box-shadow: none;
......@@ -277,7 +287,7 @@
span {
color: #bbb;
background: #2d2d2d;
display: block;
display: initial;
padding: 1em 1.3333em;
}
}
......@@ -439,7 +449,25 @@
padding: 1em 12px;
}
}
.level-1:first-child {
> .toolbar-box {
.toolbar-icon.toolbar-handle {
display: none;
}
}
}
}
.level-1 {
.menu-item--expanded {
.toolbar-handle {
display: none;
}
}
}
}
.level-1 {
......
This diff is collapsed.
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