Fixed SMART attributes highlighting

This commit is contained in:
bergware
2016-10-01 10:53:54 +02:00
parent 676bfc00b2
commit b0f388fe04

View File

@@ -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%;}