mirror of
https://github.com/discourse/discourse.git
synced 2025-01-19 08:32:45 +08:00
Add bg colour to table headings on dashboard
This commit is contained in:
parent
3d98659708
commit
e8172e66d2
|
@ -356,6 +356,7 @@ table {
|
||||||
th {
|
th {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
background-color: #e4e4e4;
|
||||||
}
|
}
|
||||||
th.title {
|
th.title {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user