0.0.153 rewrite css for selct

This commit is contained in:
2023-09-24 16:40:23 +03:00
parent ff14b4aa2a
commit 78148def17
4 changed files with 19 additions and 19 deletions

View File

@@ -292,7 +292,7 @@ footer>div {
}
.first-column{
float: left;
width: 50%;
width: 55%;
}
.second-column {
float: right;
@@ -1137,7 +1137,7 @@ h2.title_new_route{
line-height: 26px;
}
select {
.custom_select {
display: block;
height: 60px;
border-radius: 15px;
@@ -2320,6 +2320,7 @@ summary:before {
}
details[open] > summary:before {
transform: scale(1,-1);
background: url(/static/img/svg/icon_cross_2.svg) no-repeat 50% 50% / 1em 1em;
}
summary ~ * {
padding: 0 1em 10px 1.4em;
@@ -2331,10 +2332,10 @@ details[open] summary ~ *{
0% {opacity: 0;}
100% {opacity: 1;}
}
summary:focus {
outline:0;
box-shadow: inset 0 0 1px rgba(0,0,0,0.3), inset 0 0 2px rgba(0,0,0,0.3);
}
/*summary:focus {*/
/* outline:0;*/
/* box-shadow: inset 0 0 1px rgba(0,0,0,0.3), inset 0 0 2px rgba(0,0,0,0.3);*/
/*}*/
/*END faq_main_page*/