Skip to content
This repository has been archived by the owner on Jun 28, 2021. It is now read-only.

Commit

Permalink
make progress bar easier to see
Browse files Browse the repository at this point in the history
unpopulated progress bars no longer blend into the background
  • Loading branch information
ntoff committed May 15, 2017
1 parent 444b37c commit d1d9a3e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion octoprint_cyborgtheme/static/css/overrides-min.css

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

6 changes: 6 additions & 0 deletions octoprint_cyborgtheme/static/css/overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,12 @@ textarea::-webkit-input-placeholder {
text-shadow: 0 1px 0 #d4d4d4;
}

/*Make progress bar easier to see*/
.progress {
color: #eee;
background-color: #444;
}

/*fix plugin archive upload button height*/
input[type="file"] {
height: 20px;
Expand Down

0 comments on commit d1d9a3e

Please sign in to comment.