|
|
@ -843,21 +843,10 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.cp-toolbar-user-dropdown {
|
|
|
|
.cp-toolbar-user-dropdown {
|
|
|
|
z-index: 10000; //Z cp-toolbar-user-dropdown
|
|
|
|
z-index: 10000; //Z cp-toolbar-user-dropdown
|
|
|
|
//margin-left: 20px;
|
|
|
|
padding: 5px;
|
|
|
|
height: @toolbar_top-height;
|
|
|
|
|
|
|
|
width: @toolbar_top-height;
|
|
|
|
|
|
|
|
padding: 0px;
|
|
|
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
|
|
|
background-color: rgba(0,0,0,0.3);
|
|
|
|
|
|
|
|
transition: all 0.15s;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
|
|
|
|
background-color: rgba(0,0,0,0.4);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.cp-dropdown-content {
|
|
|
|
.cp-dropdown-content {
|
|
|
|
margin: 0;
|
|
|
|
margin: 0;
|
|
|
|
padding-bottom: 10px;
|
|
|
|
padding-bottom: 10px;
|
|
|
@ -866,8 +855,9 @@
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
height: @toolbar_top-height;
|
|
|
|
height: @toolbar_top-height - 10px;
|
|
|
|
width: @toolbar_top-height;
|
|
|
|
width: @toolbar_top-height - 10px;
|
|
|
|
|
|
|
|
border-radius: @variables_radius;
|
|
|
|
padding: 0;
|
|
|
|
padding: 0;
|
|
|
|
&:hover {
|
|
|
|
&:hover {
|
|
|
|
border-color: transparent;
|
|
|
|
border-color: transparent;
|
|
|
|