mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-29 12:17:49 +02:00
Console: place sensitive router info in collapsible section
This commit is contained in:
parent
1022a43407
commit
1449e3a186
2 changed files with 15 additions and 6 deletions
|
@ -420,24 +420,26 @@ tr {
|
|||
border-bottom: 1px solid var(--border);
|
||||
}
|
||||
|
||||
tr#version, tr#version ~ tr:nth-child(odd), tr.chrome, .listitem:nth-child(odd), tr:not(.chrome):nth-child(odd) {
|
||||
tr#version, tr#version ~ tr:nth-child(odd), tr.chrome, .listitem:nth-child(odd),
|
||||
tr:not(.chrome):nth-child(odd), #routerinfos tr:nth-child(odd) {
|
||||
background: linear-gradient(to bottom, rgba(16,0,16,.5), rgba(8,0,8,.5));
|
||||
}
|
||||
|
||||
tr#version ~ tr:nth-child(even), .listitem:nth-child(even), tr:not(.chrome):nth-child(even) {
|
||||
tr#version ~ tr:nth-child(even), .listitem:nth-child(even),
|
||||
tr:not(.chrome):nth-child(even), #routerinfos tr:nth-child(even) {
|
||||
background: linear-gradient(to bottom, rgba(32,0,32,.5), rgba(24,0,24,.5));
|
||||
}
|
||||
|
||||
tr tr, /*tr#version, tr#version ~ tr:nth-child(odd),*/ .tableitem tr:nth-child(odd) {
|
||||
background: var(--tr-inner) !important;
|
||||
background: var(--tr-inner);
|
||||
}
|
||||
|
||||
tr.chrome {
|
||||
background: linear-gradient(to bottom, rgba(16,0,16,.5), rgba(8,0,8,.5)) !important;
|
||||
background: linear-gradient(to bottom, rgba(16,0,16,.5), rgba(8,0,8,.5));
|
||||
}
|
||||
|
||||
.tableitem tr:nth-child(even) {
|
||||
background: var(--tr) !important;
|
||||
background: var(--tr);
|
||||
}
|
||||
|
||||
th, td, .listitem {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue