Styling enhancements to improve consistency

This commit is contained in:
bergware
2023-12-11 22:26:49 +01:00
parent 4d53179ff5
commit 8908bb3c37
4 changed files with 8 additions and 8 deletions

View File

@@ -114,10 +114,10 @@ div.title.shift{margin-top:-12px}
.redbar{background:-webkit-radial-gradient(#941c00,#de1100);background:linear-gradient(#941c00,#de1100)}
.graybar{background:-webkit-radial-gradient(#949494,#d9d9d9);background:linear-gradient(#949494,#d9d9d9)}
table{border-collapse:collapse;border-spacing:0;border-style:hidden;margin:0;width:100%}
table thead tr:first-child>td{font-size:1.2rem;text-transform:uppercase;letter-spacing:1px;color:#9794a0;border-bottom:1px solid #606e7f}
table thead td{line-height:3rem;height:3rem;white-space:nowrap}
table tbody td{line-height:3rem;height:3rem;white-space:nowrap}
table tbody tr.tr_last{border-bottom:1px solid #606e7f}
table.unraid thead tr:first-child>td{font-size:1.2rem;text-transform:uppercase;letter-spacing:1px;color:#9794a0;border-bottom:1px solid #606e7f}
table.unraid thead td{line-height:3rem;height:3rem;white-space:nowrap}
table.unraid tbody tr:not(.tr_last):hover>td{background-color:rgba(0,0,0,0.05)}
table.unraid tr>td{overflow:hidden;text-overflow:ellipsis;padding-left:8px}
table.unraid tr>td:hover{overflow:visible}

View File

@@ -109,12 +109,12 @@ div.title.shift{margin-top:-30px}
.redbar{background:-webkit-gradient(linear,left top,right top,from(#941c00),to(#de1100));background:linear-gradient(90deg,#941c00 0,#de1100)}
.graybar{background:-webkit-gradient(linear,left top,right top,from(#949494),to(#d9d9d9));background:linear-gradient(90deg,#949494 0,#d9d9d9)}
table{border-collapse:collapse;border-spacing:0;border-style:hidden;margin:-30px 0 0 0;width:100%;background-color:#191818}
table thead tr:first-child>td{font-size:1.1rem;text-transform:uppercase;letter-spacing:1px;background-color:#262626}
table thead tr:last-child{border-bottom:1px solid #2b2b2b}
table thead td{line-height:2.8rem;height:2.8rem;white-space:nowrap}
table tbody td{line-height:2.6rem;height:2.6rem;white-space:nowrap}
table tbody tr.alert{color:#f0000c}
table tbody tr.warn{color:#e68a00}
table.unraid thead tr:first-child>td{font-size:1.1rem;text-transform:uppercase;letter-spacing:1px;background-color:#262626}
table.unraid thead tr:last-child{border-bottom:1px solid #2b2b2b}
table.unraid tbody tr:nth-child(even){background-color:#212121}
table.unraid tbody tr:not(.tr_last):hover>td{background-color:rgba(255,255,255,0.1)}
table.unraid tr>td{overflow:hidden;text-overflow:ellipsis;padding-left:8px}

View File

@@ -114,10 +114,10 @@ div.title.shift{margin-top:-12px}
.redbar{background:-webkit-radial-gradient(#941c00,#de1100);background:linear-gradient(#941c00,#de1100)}
.graybar{background:-webkit-radial-gradient(#949494,#d9d9d9);background:linear-gradient(#949494,#d9d9d9)}
table{border-collapse:collapse;border-spacing:0;border-style:hidden;margin:0;width:100%}
table thead tr:first-child>td{font-size:1.2rem;text-transform:uppercase;letter-spacing:1px;color:#82857e;border-bottom:1px solid #606e7f}
table thead td{line-height:3rem;height:3rem;white-space:nowrap}
table tbody td{line-height:3rem;height:3rem;white-space:nowrap}
table tbody tr.tr_last{border-bottom:1px solid #606e7f}
table.unraid thead tr:first-child>td{font-size:1.2rem;text-transform:uppercase;letter-spacing:1px;color:#82857e;border-bottom:1px solid #606e7f}
table.unraid thead td{line-height:3rem;height:3rem;white-space:nowrap}
table.unraid tbody tr:not(.tr_last):hover>td{background-color:rgba(255,255,255,0.05)}
table.unraid tr>td{overflow:hidden;text-overflow:ellipsis;padding-left:8px}
table.unraid tr>td:hover{overflow:visible}

View File

@@ -109,12 +109,12 @@ div.title.shift{margin-top:-30px}
.redbar{background:-webkit-gradient(linear,left top,right top,from(#941c00),to(#de1100));background:linear-gradient(90deg,#941c00 0,#de1100)}
.graybar{background:-webkit-gradient(linear,left top,right top,from(#949494),to(#d9d9d9));background:linear-gradient(90deg,#949494 0,#d9d9d9)}
table{border-collapse:collapse;border-spacing:0;border-style:hidden;margin:-30px 0 0 0;width:100%;background-color:#f5f5f5}
table thead tr:first-child>td{font-size:1.1rem;text-transform:uppercase;letter-spacing:1px;background-color:#e8e8e8}
table thead tr:last-child{border-bottom:1px solid #e3e3e3}
table thead td{line-height:2.8rem;height:2.8rem;white-space:nowrap}
table tbody td{line-height:2.6rem;height:2.6rem;white-space:nowrap}
table tbody tr.alert{color:#f0000c}
table tbody tr.warn{color:#e68a00}
table.unraid thead tr:first-child>td{font-size:1.1rem;text-transform:uppercase;letter-spacing:1px;background-color:#e8e8e8}
table.unraid thead tr:last-child{border-bottom:1px solid #e3e3e3}
table.unraid tbody tr:nth-child(even){background-color:#ededed}
table.unraid tbody tr:not(.tr_last):hover>td{background-color:rgba(0,0,0,0.1)}
table.unraid tr>td{overflow:hidden;text-overflow:ellipsis;padding-left:8px}