0.0.153 rewrite css for selct
This commit is contained in:
@@ -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*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user