* Fixing backstage scrolling and link issue * Fixing system console and color picker css * Changing the toggleclass
22 строки
261 B
SCSS
22 строки
261 B
SCSS
@charset 'UTF-8';
|
|
|
|
.dropdown-menu {
|
|
|
|
&.colorpicker {
|
|
z-index: 2500;
|
|
}
|
|
|
|
.divider {
|
|
@include opacity(.15);
|
|
}
|
|
|
|
> li > a {
|
|
color: inherit;
|
|
|
|
&:focus,
|
|
&:hover {
|
|
color: inherit;
|
|
}
|
|
}
|
|
}
|