Making all favicons the same size even if there isn't one. Making non clickable links in the tab list greyed out. Fixes #147
This commit is contained in:
parent
ce930576b3
commit
1f1a5fcb8c
1 changed files with 9 additions and 0 deletions
|
@ -93,6 +93,11 @@ table {
|
||||||
max-inline-size: 16px;
|
max-inline-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.icon[src=""] {
|
||||||
|
inline-size: 16px;
|
||||||
|
visibility: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
table.unstriped tbody tr {
|
table.unstriped tbody tr {
|
||||||
background-color: #fefefe;
|
background-color: #fefefe;
|
||||||
border-block-end: 1px solid #f1f1f1;
|
border-block-end: 1px solid #f1f1f1;
|
||||||
|
@ -330,6 +335,10 @@ table.unstriped tbody tr {
|
||||||
margin-block-end: 8px;
|
margin-block-end: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.container-info-tab-row:not(.clickable) {
|
||||||
|
opacity: 0.3;
|
||||||
|
}
|
||||||
|
|
||||||
.container-info-tab-title {
|
.container-info-tab-title {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
max-inline-size: 13em;
|
max-inline-size: 13em;
|
||||||
|
|
Loading…
Add table
Reference in a new issue