diff --git a/emhttp/plugins/dynamix/styles/default-azure.css b/emhttp/plugins/dynamix/styles/default-azure.css index e066dc975..c45c78e83 100644 --- a/emhttp/plugins/dynamix/styles/default-azure.css +++ b/emhttp/plugins/dynamix/styles/default-azure.css @@ -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} diff --git a/emhttp/plugins/dynamix/styles/default-black.css b/emhttp/plugins/dynamix/styles/default-black.css index 95f21e486..67bb254c4 100644 --- a/emhttp/plugins/dynamix/styles/default-black.css +++ b/emhttp/plugins/dynamix/styles/default-black.css @@ -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} diff --git a/emhttp/plugins/dynamix/styles/default-gray.css b/emhttp/plugins/dynamix/styles/default-gray.css index f39ba495a..c371969c2 100644 --- a/emhttp/plugins/dynamix/styles/default-gray.css +++ b/emhttp/plugins/dynamix/styles/default-gray.css @@ -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} diff --git a/emhttp/plugins/dynamix/styles/default-white.css b/emhttp/plugins/dynamix/styles/default-white.css index 640929ecd..7241f7233 100644 --- a/emhttp/plugins/dynamix/styles/default-white.css +++ b/emhttp/plugins/dynamix/styles/default-white.css @@ -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}