Settings filter v0.2 🔍

This commit is contained in:
jokob-sk
2024-04-25 14:14:19 +10:00
parent b5be221aec
commit 294518b146
5 changed files with 57 additions and 15 deletions

View File

@@ -902,6 +902,35 @@ input[readonly] {
padding: 25px;
}
.settingsSearchWrap
{
padding:10px;
}
.settings-sticky-bottom-section {
position: fixed;
z-index: 999;
background-color: #2d2d2d;
opacity: 0.8;
bottom: 30px;
border-radius: 5px;
}
.settings-sticky-bottom-section:hover {
opacity: 1;
}
.clear-filter
{
opacity: 0.5;
cursor: pointer;
}
.clear-filter:hover
{
opacity: 1;
}
/* ----------------------------------------------------------------- */
/* Devices page */
/* ----------------------------------------------------------------- */