8
0
Просмотр исходного кода

Tests: Small adjustments to table styles in the manual test.

Aleksander Nowodzinski 7 лет назад
Родитель
Сommit
126b38ac1c
1 измененных файлов с 5 добавлено и 6 удалено
  1. 5 6
      packages/ckeditor5-table/tests/manual/table.html

+ 5 - 6
packages/ckeditor5-table/tests/manual/table.html

@@ -3,12 +3,12 @@
 	table {
 	table {
 		border-collapse: collapse;
 		border-collapse: collapse;
 		border-spacing: 0;
 		border-spacing: 0;
-		border-color: #000000;
+		border-color: hsl(0,0%,87%);
 	}
 	}
 
 
 	table, th, td {
 	table, th, td {
 		padding: 5px;
 		padding: 5px;
-		border: 1px inset #000000;
+		border: 1px inset hsl(0,0%,87%);
 	}
 	}
 
 
 	table th,
 	table th,
@@ -17,13 +17,12 @@
 	}
 	}
 
 
 	table th {
 	table th {
-		background: #dadada;
-		font-weight: normal;
+		background: hsl(0,0%,96%);
+		font-weight: bold;
 	}
 	}
 
 
 	table thead th {
 	table thead th {
-		color: #ffffff;
-		background: #666666;
+		background: hsl(0,0%,90%);
 	}
 	}
 </style>
 </style>