mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-03-31 07:12:23 -07:00
feat: authoritative plugin fields
Signed-off-by: jokob-sk <jokob.sk@gmail.com>
This commit is contained in:
@@ -99,13 +99,13 @@ a[target="_blank"] {
|
||||
/* -----------------------------------------------------------------------------
|
||||
Text Classes
|
||||
----------------------------------------------------------------------------- */
|
||||
.logs
|
||||
.logs, .log-area textarea
|
||||
{
|
||||
color:white !important;
|
||||
background-color: black !important;
|
||||
font-family: 'Courier New', monospace;
|
||||
font-size: .85em;
|
||||
|
||||
cursor: pointer;
|
||||
}
|
||||
.logs-row textarea
|
||||
{
|
||||
|
||||
@@ -811,4 +811,13 @@ table.dataTable tbody tr.selected, table.dataTable tbody tr .selected
|
||||
.btn:hover
|
||||
{
|
||||
color: var(--color-gray);
|
||||
}
|
||||
|
||||
.logs, .log-area textarea
|
||||
{
|
||||
color:white !important;
|
||||
background-color: black !important;
|
||||
font-family: 'Courier New', monospace;
|
||||
font-size: .85em;
|
||||
cursor: pointer;
|
||||
}
|
||||
@@ -814,4 +814,14 @@
|
||||
.btn:hover
|
||||
{
|
||||
color: var(--color-white);
|
||||
}
|
||||
|
||||
|
||||
.logs, .log-area textarea
|
||||
{
|
||||
color:white !important;
|
||||
background-color: black !important;
|
||||
font-family: 'Courier New', monospace;
|
||||
font-size: .85em;
|
||||
cursor: pointer;
|
||||
}
|
||||
Reference in New Issue
Block a user