OpenVK Modern: fix search options

This commit is contained in:
Mikita Wiśniewski 2023-06-14 15:12:21 +07:00
parent 3e69d06474
commit 3ebc32ca80

View file

@ -263,10 +263,10 @@ input[type=checkbox] {
{ {
border: none; border: none;
background-color: #555555; background-color: #555555;
color:#ffffff; color: #ffffff;
margin-left: -3px; margin-left: -3px;
padding-bottom:2px; padding-bottom: 2px;
width:80px; width: 80px;
cursor: pointer; cursor: pointer;
box-shadow: none; box-shadow: none;
} }
@ -275,7 +275,7 @@ input[type=checkbox] {
{ {
border: none; border: none;
background-color: rgb(77, 77, 77); background-color: rgb(77, 77, 77);
color:white; color: white;
box-shadow: none; box-shadow: none;
} }
@ -283,14 +283,14 @@ input[type=checkbox] {
{ {
margin-left:0px; margin-left:0px;
color: white; color: white;
padding:2px; padding: 2px;
padding-top:5px; padding-top: 5px;
padding-bottom:5px; padding-bottom: 5px;
border: none; border: none;
background: #a4a4a4; background: #a4a4a4;
margin-bottom:2px; margin-bottom: 2px;
padding-left:5px; padding-left: 5px;
width:90%; width: 90%;
} }
.searchList #used a .searchList #used a
@ -305,24 +305,29 @@ input[type=checkbox] {
.searchList li:hover .searchList li:hover
{ {
margin-left:0px; margin-left: 0px;
color: #2B587A !important; color: #2B587A !important;
background:#eeeeee; background: #eeeeee;
padding:2px; padding: 2px;
padding-top:5px; padding-top: 5px;
padding-bottom:5px; padding-bottom: 5px;
margin-bottom:2px; margin-bottom: 2px;
padding-left:5px; padding-left: 5px;
width:91%; width: 91%;
}
.searchOptions
{
width: 25.5%;
} }
.searchOptionName .searchOptionName
{ {
cursor:pointer; cursor: pointer;
background-color: #a4a4a4; background-color: #a4a4a4;
padding-left:5px; padding-left: 5px;
padding-top:5px; padding-top: 5px;
padding-bottom:5px; padding-bottom: 5px;
width: 90%; width: 90%;
font-weight: 600; font-weight: 600;
color: #fff; color: #fff;
@ -330,10 +335,10 @@ input[type=checkbox] {
.searchOptionName img .searchOptionName img
{ {
display:none; display: none;
} }
.borderup .borderup
{ {
border-top:1px solid #2f2f2f; border-top: 1px solid #2f2f2f;
} }