mirror of
https://github.com/unraid/webgui.git
synced 2026-01-17 07:00:10 -06:00
Fixed SMART attributes highlighting
This commit is contained in:
@@ -147,6 +147,8 @@ table.share_status tr>td+td{padding-left:0;}
|
||||
table.share_status tr.share_status_size>td{padding-left:40px;}
|
||||
table.share_status tr.share_status_size>td+td{padding-left:15px;}
|
||||
table.share_status tbody tr:nth-child(even){background-color:#F8F8F8;}
|
||||
table.share_status tbody tr.alert{color:#F0000C;background-color:#FF9E9E;}
|
||||
table.share_status tbody tr.warn{color:#E68A00;background-color:#FEEFB3;}
|
||||
table.share_status.share tr td:last-child{width:4%;text-align:right;padding-right:10px;}
|
||||
table.share_status.fixed{border:1px solid #D0D0D0;}
|
||||
table.share_status.fixed thead tr>td+td{font-size:11px;}
|
||||
@@ -175,9 +177,6 @@ table.share_status.m36 tr>td+td+td{width:14%;}
|
||||
table.share_status.m36 tr>td+td+td+td{width:8%;text-align:center;}
|
||||
table.share_status.m0{width:30%;}
|
||||
table.share_status.m0 tr>td+td+td{width:12%;text-align:center;}
|
||||
tr.alert,t{color:#F0000C;background-color:#FF9E9E;}
|
||||
tr.warn{color:#E68A00;background-color:#FEEFB3;}
|
||||
tr.past{color:#D63301;background-color:#FFDDD1;}
|
||||
[name=arrayOps]{margin-top:12px;}
|
||||
span.error{color:#F0000C;background-color:#FF9E9E;display:block;width:100%;}
|
||||
span.warn{color:#E68A00;background-color:#FEEFB3;display:block;width:100%;}
|
||||
|
||||
Reference in New Issue
Block a user