[Server] build 0009

Clear data
This commit is contained in:
Hell13Cat
2023-03-18 22:55:22 +03:00
parent 6cb19d767e
commit 8f1e805511
2 changed files with 9 additions and 30 deletions
+7 -28
View File
@@ -10,28 +10,6 @@ body {
min-height: 100vh; min-height: 100vh;
} }
input {
background-color: srgb(53, 53, 53);
}
.search-i {
background-color: white;
width: 88%;
}
.search-i {
background-color: rgb(53, 53, 53);
color: white;
cursor: pointer;
}
.search-n {
background-color: rgb(53, 53, 53);
color: white;
height: fit-content;
min-height: 0rem;
}
.winds { .winds {
width: 90%; width: 90%;
height: 90%; height: 90%;
@@ -93,21 +71,22 @@ input {
} }
.searchmenuinput { .searchmenuelement {
height: 30px; height: 30px;
width: 90%;
background-color: rgb(53, 53, 53); background-color: rgb(53, 53, 53);
color: white; color: white;
border: 1px solid white; border: 1px solid white;
border-radius: 4px;
}
.searchmenuinput {
width: 90%;
} }
.searchmenuselected { .searchmenuselected {
height: 30px;
width: 9%; width: 9%;
background-color: rgb(53, 53, 53);
color: white;
border: 1px solid white;
} }
.mainsearchdata { .mainsearchdata {
+2 -2
View File
@@ -8,8 +8,8 @@
<body> <body>
<div class="searchmenu"> <div class="searchmenu">
<input class="searchmenuinput" id="myInput" type="text" placeholder="Поиск" list="tagnameac"> <input class="searchmenuinput searchmenuelement" id="myInput" type="text" placeholder="Поиск" list="tagnameac">
<select class="searchmenuselected" id="selected-r"> <select class="searchmenuselected searchmenuelement" id="selected-r">
<option value="mix">Mix</option> <option value="mix">Mix</option>
<option value="general">General</option> <option value="general">General</option>
<option value="questionable">Questionable</option> <option value="questionable">Questionable</option>