Settings filter v0.3 🔍

This commit is contained in:
jokob-sk
2024-04-25 18:05:16 +10:00
parent 294518b146
commit c11deeb57f
3 changed files with 58 additions and 25 deletions

View File

@@ -910,27 +910,45 @@ input[readonly] {
.settings-sticky-bottom-section {
position: fixed;
z-index: 999;
background-color: #2d2d2d;
opacity: 0.8;
background-color: #5B5B66;
/* opacity: 0.8; */
bottom: 30px;
border-radius: 5px;
margin:1px;
border-width: 1px;
border-style: solid;
border-color: inherit;
width: 87%;
}
.settings-sticky-bottom-section:hover {
opacity: 1;
border-color: #000;
}
.clear-filter
{
opacity: 0.5;
cursor: pointer;
width: 14px;
position: absolute;
right: -6px;
top: 6px;
}
.clear-filter:hover
{
opacity: 1;
}
.saveSettingsWrapper button
{
width:70%;
margin-top:20px;
margin-left:15%;
margin-bottom:20px;
}
/* ----------------------------------------------------------------- */
/* Devices page */
/* ----------------------------------------------------------------- */