Bug 1134111 - Update test_platform_colors.xul to include new 10.10 color for -moz-cellhighlight

This commit is contained in:
Phil Ringnalda 2015-02-20 20:14:48 -08:00
Родитель 124a6df323
Коммит 85f8005fd8
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -55,7 +55,7 @@ var colors = {
"-moz-buttondefault": ["rgb(220, 220, 220)"], "-moz-buttondefault": ["rgb(220, 220, 220)"],
"-moz-buttonhoverface": ["rgb(240, 240, 240)"], "-moz-buttonhoverface": ["rgb(240, 240, 240)"],
"-moz-buttonhovertext": ["rgb(0, 0, 0)"], "-moz-buttonhovertext": ["rgb(0, 0, 0)"],
"-moz-cellhighlight": ["rgb(212, 212, 212)"], "-moz-cellhighlight": ["rgb(212, 212, 212)", "rgb(220, 220, 220)"],
"-moz-cellhighlighttext": ["rgb(0, 0, 0)"], "-moz-cellhighlighttext": ["rgb(0, 0, 0)"],
"-moz-eventreerow": ["rgb(255, 255, 255)"], "-moz-eventreerow": ["rgb(255, 255, 255)"],
"-moz-field": ["rgb(255, 255, 255)"], "-moz-field": ["rgb(255, 255, 255)"],