Skip to content
Snippets Groups Projects
Commit 1e997a17 authored by Bruce Cowan's avatar Bruce Cowan :airplane:
Browse files

Make bars look a bit nicer

parent 5e05c763
No related branches found
No related tags found
No related merge requests found
......@@ -166,7 +166,6 @@ rugby_cell_renderer_score_render (GtkCellRenderer *cell,
total_w = cell_area->width - xpad * 2;
h = cell_area->height - ypad * 2;
//gtk_style_context_add_class (context, GTK_STYLE_CLASS_PROGRESSBAR);
gtk_style_context_save (context);
gtk_style_context_add_class (context, "level-cell");
......
.cell.level-cell.fill-block
{
border-radius: 10px;
}
.cell.level-cell.fill-block.score-try
{
/* Scarlet red */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment