[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;
}
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 {
width: 90%;
height: 90%;
@@ -93,21 +71,22 @@ input {
}
.searchmenuinput {
.searchmenuelement {
height: 30px;
width: 90%;
background-color: rgb(53, 53, 53);
color: white;
border: 1px solid white;
border-radius: 4px;
}
.searchmenuinput {
width: 90%;
}
.searchmenuselected {
height: 30px;
width: 9%;
background-color: rgb(53, 53, 53);
color: white;
border: 1px solid white;
}
.mainsearchdata {
+2 -2
View File
@@ -8,8 +8,8 @@
<body>
<div class="searchmenu">
<input class="searchmenuinput" id="myInput" type="text" placeholder="Поиск" list="tagnameac">
<select class="searchmenuselected" id="selected-r">
<input class="searchmenuinput searchmenuelement" id="myInput" type="text" placeholder="Поиск" list="tagnameac">
<select class="searchmenuselected searchmenuelement" id="selected-r">
<option value="mix">Mix</option>
<option value="general">General</option>
<option value="questionable">Questionable</option>