Skip to main content
Topic: Graph Posting Activity By Time is missing colors (Read 1740 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Graph Posting Activity By Time is missing colors

In action=profile;area=statistics there is Posting Activity By Time graph, but it is missing proper colors, so stats are not visible.

Re: Graph Posting Activity By Time is missing colors

Reply #1

What browser are you using?
Bugs creator.
Features destroyer.
Template killer.

Re: Graph Posting Activity By Time is missing colors

Reply #2

Latest stable Chrome, 35.0.1916.153m on Windows 7x64.

Re: Graph Posting Activity By Time is missing colors

Reply #3

Confirmed ... need to add the definitions to the besocial css
Code: [Select]
/* $PROFILE	*/
/* ------------------------------------------------------- */
/* Profile colors */
.activity_stats li span {
border: solid #555;
border-width: 1px 1px 1px 1px;
border-right: none;
border-left: none;
background: #eee;
}
.activity_stats li .bar {
border: 1px solid #ccc;
border-bottom: none;
background: #fff;
}
.activity_stats li .bar div {
background: #43a8da;
}