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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user