Improve stats visibility on the dashboard

Improve stats visibility on the dashboard by reducing the lightness on automatic stats (from `gray` to `silver`).
This commit is contained in:
Nabil Kadimi
2018-07-21 08:57:02 +01:00
committed by GitHub
parent 7ef961b4f4
commit a31fee008d

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;