OpenVK Modern: fix search options (#899)

This commit is contained in:
Mikita Wiśniewski 2023-06-14 15:22:24 +07:00 committed by GitHub
parent 3e69d06474
commit fdb0735041
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -250,7 +250,7 @@ input[type=checkbox] {
{ {
overflow-y: hidden; overflow-y: hidden;
overflow-x:hidden; overflow-x:hidden;
width:28.8%; width:25.5%;
border-top:1px solid #2B2B2B; border-top:1px solid #2B2B2B;
float:right; float:right;
scrollbar-width: none; scrollbar-width: none;
@ -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,24 @@ 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%;
} }
.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 +330,10 @@ input[type=checkbox] {
.searchOptionName img .searchOptionName img
{ {
display:none; display: none;
} }
.borderup .borderup
{ {
border-top:1px solid #2f2f2f; border-top: 1px solid #2f2f2f;
} }