0.8.377
This commit is contained in:
@@ -598,6 +598,13 @@
|
||||
border-radius: 10px;
|
||||
display: block;
|
||||
}
|
||||
.menu_buttons.curtain.left.open.first.filters{
|
||||
left: -320px;
|
||||
}
|
||||
|
||||
.menu_buttons.curtain.left.open.filters{
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.menu_buttons.left.open{
|
||||
left: 0;
|
||||
@@ -688,9 +695,6 @@
|
||||
top: 0;
|
||||
right: 0;
|
||||
}
|
||||
.block_overlay.show.routes{
|
||||
display: block;
|
||||
}
|
||||
#customer>a, #mover>a{
|
||||
left: 5%;
|
||||
}
|
||||
@@ -1156,6 +1160,9 @@
|
||||
.block_overlay.show{
|
||||
display: block;
|
||||
}
|
||||
.block_overlay.show.routes {
|
||||
display: block;
|
||||
}
|
||||
/*этот стиль перекрывал блок диалога в сообщения блюром*/
|
||||
.menu_buttons.right.open {
|
||||
right: 0;
|
||||
|
||||
@@ -2290,7 +2290,7 @@
|
||||
z-index: 998;
|
||||
top: 61px;
|
||||
float: right;
|
||||
height: 695px;
|
||||
/*height: 695px;*/
|
||||
}
|
||||
|
||||
.cut_width_f_curtain.left{
|
||||
@@ -2301,7 +2301,7 @@
|
||||
z-index: 998;
|
||||
top: 61px;
|
||||
float: left;
|
||||
height: 695px;
|
||||
/*height: 695px;*/
|
||||
}
|
||||
|
||||
.menu_buttons{
|
||||
@@ -2430,6 +2430,11 @@
|
||||
color: #000000;
|
||||
left: 272px;
|
||||
}
|
||||
.menu_buttons.left.open.first.filters .handler_menu{
|
||||
background: #FF613A;
|
||||
color: #FFFFFF;
|
||||
left: -49px;
|
||||
}
|
||||
.menu_buttons.right.open .handler_menu{
|
||||
background: #FFFFFF;
|
||||
color: #000000;
|
||||
@@ -2491,6 +2496,15 @@
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.menu_buttons.left.open.first.filters .btns_f_curtain{
|
||||
transition: 200ms;
|
||||
transform: rotate(270deg);
|
||||
filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(0%) hue-rotate(162deg) brightness(104%) contrast(103%);
|
||||
padding-left: 10px;
|
||||
position: relative;
|
||||
top: 10px;
|
||||
}
|
||||
|
||||
.text_f_curtain{
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user