mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -05:00
fixing admin bar chart color
This commit is contained in:
parent
4d0035e7fd
commit
236eb66235
1 changed files with 2 additions and 1 deletions
|
@ -36,6 +36,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
table.report {
|
table.report {
|
||||||
|
margin-top: 20px;
|
||||||
tr {
|
tr {
|
||||||
th:nth-of-type(1) {
|
th:nth-of-type(1) {
|
||||||
width: 20%;
|
width: 20%;
|
||||||
|
@ -51,7 +52,7 @@
|
||||||
|
|
||||||
.bar {
|
.bar {
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
background-color: $emphasis_background_color;
|
background-color: $emphasis_text_color;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
padding-right: 8px;
|
padding-right: 8px;
|
||||||
|
|
Loading…
Reference in a new issue