mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-29 20:27:49 +02:00
Console: css finessing
This commit is contained in:
parent
3dd596a99a
commit
7f56f4c5f7
1 changed files with 6 additions and 2 deletions
|
@ -495,14 +495,17 @@ th.out {
|
|||
}
|
||||
|
||||
th, #routerservices {
|
||||
background: linear-gradient(to right, rgba(0,0,0.6), rgba(0,0,0,0), rgba(0,0,0,.6)), var(--th);
|
||||
background: linear-gradient(to right, rgba(0,0,0,.4), rgba(0,0,0,0), rgba(0,0,0,.4)), rgba(32,0,32,.4);
|
||||
}
|
||||
|
||||
th, .slide label {
|
||||
.slide label {
|
||||
font-size: 95%;
|
||||
}
|
||||
|
||||
th {
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
.sectiontitle, .sectiontitle th, .chrome td {
|
||||
border-top: 1px solid var(--border) !important;
|
||||
}
|
||||
|
@ -514,6 +517,7 @@ th, .slide label {
|
|||
.sectiontitle th {
|
||||
padding: 0 0 10px !important;
|
||||
font-weight: 700;
|
||||
font-size: 95%;
|
||||
border-bottom: none;
|
||||
background: var(--th_multicolumn);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue