0.0.212 upd for dropdown_menu and change_language

This commit is contained in:
2023-11-10 17:21:27 +03:00
parent 9ecc961e42
commit bbd3fd51dc
5 changed files with 72 additions and 30 deletions

View File

@@ -646,6 +646,7 @@ span.btn_profile_name {
}
/*Language select*/
.dropbtn_lang {
padding: 7px 0 7px 0;
cursor: pointer;
@@ -673,15 +674,15 @@ span.btn_profile_name {
color: transparent;
}
.dropbtn_lang::after {
/*background: rgba(0, 0, 0, 0) url("c_keyboard_arrow_down_48px-16.png") no-repeat scroll center center;*/
content: "";
height: 16px;
position: absolute;
right: 0;
top: 7px;
width: 16px;
}
/*.dropbtn_lang::after {*/
/* !*background: rgba(0, 0, 0, 0) url("c_keyboard_arrow_down_48px-16.png") no-repeat scroll center center;*!*/
/* content: "";*/
/* height: 16px;*/
/* position: absolute;*/
/* right: 0;*/
/* top: 7px;*/
/* width: 16px;*/
/*}*/
.dropdown-content-lang a:first-child
{
@@ -705,13 +706,17 @@ span.btn_profile_name {
display: block;
}
.dropdown-content-lang.show{
display: block;
}
/* Change color of dropdown links on hover */
.dropdown-content-lang a:hover {background-color: #f1f1f1}
/* Show the dropdown menu on hover */
.dropdown_lang:hover .dropdown-content-lang {
display: block;
}
/*.dropdown_lang:hover .dropdown-content-lang {*/
/* display: block;*/
/*}*/
/*END Language select*/
@@ -1108,7 +1113,6 @@ section.profile {
h2.title_new_route{
font-family: Inter;
font-size: 44px;
font-style: normal;
font-weight: 700;