mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-29 04:07:49 +02:00
Console: css tweaks
This commit is contained in:
parent
217f1e99ce
commit
888acefc8f
1 changed files with 10 additions and 2 deletions
|
@ -121,10 +121,15 @@ body {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
a, label, button, #navlinks, .sectiontitle span, .chrome {
|
a, label, button, #navlinks, .sectiontitle span, .chrome, .notify,
|
||||||
|
#tunnelsummary th:last-child, #tunnelsummary td:last-child {
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.listitem a, .listitem a + span, .b32 {
|
||||||
|
user-select: all;
|
||||||
|
}
|
||||||
|
|
||||||
#shutdownbutton, #enabletransit, #disabletransit {
|
#shutdownbutton, #enabletransit, #disabletransit {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
@ -493,7 +498,6 @@ th.sectiontitle {
|
||||||
padding: 0 0 10px !important;
|
padding: 0 0 10px !important;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
/* background: var(--section);*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.sectiontitle span {
|
.sectiontitle span {
|
||||||
|
@ -532,6 +536,10 @@ td:last-child {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#routerinfos td:first-child {
|
||||||
|
font-weight: 700;
|
||||||
|
}
|
||||||
|
|
||||||
.listitem, .tableitem {
|
.listitem, .tableitem {
|
||||||
padding: 5px 0;
|
padding: 5px 0;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue