mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
Settings filter v0.2 🔍
This commit is contained in:
@@ -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 */
|
||||
/* ----------------------------------------------------------------- */
|
||||
|
||||
Reference in New Issue
Block a user