Skip to content

Commit

Permalink
Fix #957. Make pace visible in skin black
Browse files Browse the repository at this point in the history
  • Loading branch information
almasaeed2010 committed Mar 14, 2016
1 parent 18b882d commit 2f64568
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 2 deletions.
10 changes: 10 additions & 0 deletions build/less/skins/skin-black.less
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,14 @@
}
//Create the sidebar skin
.skin-dark-sidebar(#fff);

.pace {
.pace-progress {
background: #222;
}
.pace-activity {
border-top-color: #222;
border-left-color: #222;
}
}
}
7 changes: 7 additions & 0 deletions dist/css/skins/_all-skins.css
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,13 @@
border-bottom-right-radius: 2px;
border-bottom-left-radius: 0;
}
.skin-black .pace .pace-progress {
background: #222;
}
.skin-black .pace .pace-activity {
border-top-color: #222;
border-left-color: #222;
}
/*
* Skin: Black
* -----------
Expand Down
2 changes: 1 addition & 1 deletion dist/css/skins/_all-skins.min.css

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions dist/css/skins/skin-black.css
Original file line number Diff line number Diff line change
Expand Up @@ -152,3 +152,10 @@
border-bottom-right-radius: 2px;
border-bottom-left-radius: 0;
}
.skin-black .pace .pace-progress {
background: #222;
}
.skin-black .pace .pace-activity {
border-top-color: #222;
border-left-color: #222;
}
2 changes: 1 addition & 1 deletion dist/css/skins/skin-black.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2f64568

Please sign in to comment.