Lines Matching full:background
20 background: #cccccc;
72 background: #ddddee;
105 /* Background colors based on status code / status. */
106 .Pass { background: #80ff80; }
107 .Fail { background: #ff4040; }
108 .QualityWarning { background: #ffff00; }
109 .CompatibilityWarning { background: #ffff00; }
110 .Pending { background: #808080; }
111 .Running { background: #d3d3d3; }
112 .NotSupported { background: #ff69b4; }
113 .ResourceError { background: #ff4040; }
114 .InternalError { background: #ff1493; }
115 .Canceled { background: #808080; }
116 .Crash { background: #ffa500; }
117 .Timeout { background: #ffa500; }
118 .Disabled { background: #808080; }
119 .Terminated { background: #ffa500; }
120 .Missing { background: #808080; }
121 .OK { background: #80ff80; }