Enhanced styling

This commit is contained in:
bergware
2023-12-03 17:02:25 +01:00
parent 49b43beaac
commit 4e62c81e72
4 changed files with 4 additions and 4 deletions

View File

@@ -134,7 +134,7 @@ table.share_status tr td:nth-child(1){min-width:200px;max-width:200px;overflow:h
table.share_status tr td:nth-child(2){min-width:400px;max-width:400px;overflow:hidden;text-overflow:ellipsis}
table.share_status tr td:nth-child(5){min-width:100px;max-width:100px;overflow:hidden;text-overflow:ellipsis}
table.share_status tbody tr{border-bottom:1px solid #f3f0f4}
table.share_status:not(.dashboard) tbody tr:hover td{background-color:rgba(0,0,0,0.05)}
table.share_status tbody tr:hover td{background-color:rgba(0,0,0,0.05)}
table.share_status tbody tr:last-child td{border-bottom:1px solid #606e7f}
table.share_status tbody tr.alert{color:#f0000c}
table.share_status tbody tr.warn{color:#e68a00}

View File

@@ -131,7 +131,7 @@ table.share_status tr td:nth-child(1){min-width:200px;max-width:200px;overflow:h
table.share_status tr td:nth-child(2){min-width:400px;max-width:400px;overflow:hidden;text-overflow:ellipsis}
table.share_status tr td:nth-child(5){min-width:100px;max-width:100px;overflow:hidden;text-overflow:ellipsis}
table.share_status tbody tr:nth-child(even){background-color:#212121}
table.share_status:not(.dashboard) tbody tr:hover td{background-color:rgba(255,255,255,0.1)}
table.share_status tbody tr:hover td{background-color:rgba(255,255,255,0.1)}
table.share_status tbody tr.alert{color:#f0000c}
table.share_status tbody tr.warn{color:#e68a00}
table.share_status.fixed tr td:nth-child(n+2){min-width:39px;font-size:1.1rem;text-align:center;padding:0}

View File

@@ -134,7 +134,7 @@ table.share_status tr td:nth-child(1){min-width:200px;max-width:200px;overflow:h
table.share_status tr td:nth-child(2){min-width:400px;max-width:400px;overflow:hidden;text-overflow:ellipsis}
table.share_status tr td:nth-child(5){min-width:100px;max-width:100px;overflow:hidden;text-overflow:ellipsis}
table.share_status tbody tr{border-bottom:1px solid #0c0f0b}
table.share_status:not(.dashboard) tbody tr:hover td{background-color:rgba(255,255,255,0.05)}
table.share_status tbody tr:hover td{background-color:rgba(255,255,255,0.05)}
table.share_status tbody tr:last-child td{border-bottom:1px solid #606e7f}
table.share_status tbody tr.alert{color:#f0000c}
table.share_status tbody tr.warn{color:#e68a00}

View File

@@ -131,7 +131,7 @@ table.share_status tr td:nth-child(1){min-width:200px;max-width:200px;overflow:h
table.share_status tr td:nth-child(2){min-width:400px;max-width:400px;overflow:hidden;text-overflow:ellipsis}
table.share_status tr td:nth-child(5){min-width:100px;max-width:100px;overflow:hidden;text-overflow:ellipsis}
table.share_status tbody tr:nth-child(even){background-color:#ededed}
table.share_status:not(.dashboard) tbody tr:hover td{background-color:rgba(0,0,0,0.1)}
table.share_status tbody tr:hover td{background-color:rgba(0,0,0,0.1)}
table.share_status tbody tr.alert{color:#f0000c}
table.share_status tbody tr.warn{color:#e68a00}
table.share_status.fixed tr td:nth-child(n+2){min-width:39px;font-size:1.1rem;text-align:center;padding:0}