mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
Merge pull request #2187 from awesomerobot/master
fixing admin bar chart color
This commit is contained in:
commit
59f3721fff
@ -36,6 +36,7 @@
|
||||
}
|
||||
|
||||
table.report {
|
||||
margin-top: 20px;
|
||||
tr {
|
||||
th:nth-of-type(1) {
|
||||
width: 20%;
|
||||
@ -51,7 +52,7 @@
|
||||
|
||||
.bar {
|
||||
margin-top: 5px;
|
||||
background-color: $emphasis_background_color;
|
||||
background-color: $emphasis_text_color;
|
||||
display: inline-block;
|
||||
text-align: right;
|
||||
padding-right: 8px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user