Merge pull request #286 from kadimi/patch-19

Improve stats visibility on the dashboard
This commit is contained in:
Brian Miyaji
2018-10-04 11:33:31 +10:00
committed by GitHub

View File

@@ -322,6 +322,11 @@ table.widefat.sp-data-table input[type="number"] {
padding: 3px 5px;
}
table.widefat.sp-data-table input[type="text"]::placeholder,
table.widefat.sp-data-table input[type="number"]::placeholder {
color: silver;
}
table.widefat.sp-data-table input.small-text {
width: 50px;
min-width: 0;