mirror of
https://github.com/unraid/webgui.git
synced 2026-04-22 01:40:58 -05:00
Fixed SMART attrbiutes highlighting
This commit is contained in:
@@ -149,6 +149,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:#0C0C0C;}
|
||||
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 #202020;}
|
||||
table.share_status.fixed thead tr>td+td{font-size:11px;}
|
||||
@@ -177,9 +179,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