Skip to content

Commit

Permalink
Bump to 0.1.45
Browse files Browse the repository at this point in the history
  • Loading branch information
chron0 committed Nov 4, 2017
1 parent 577d729 commit 6ffee99
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
10 changes: 5 additions & 5 deletions octoprint_darkmatter/static/css/darkmatter.css
Original file line number Diff line number Diff line change
Expand Up @@ -467,8 +467,8 @@ textarea[readonly] {

#control-jog-extrusion {
min-width: 120px;
background: #2f2e2a url(../img/extruder.svg);
background-position:
background: transparent url(../img/extruder.svg);
background-position: 7px 97px;
}

#control-jog-extrusion .slider {
Expand Down Expand Up @@ -769,9 +769,9 @@ button.close {
font-size: 16px;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.4);
background: #dbb013;
background: -webkit-radial-gradient(center, ellipse cover, rgb(224, 219, 207) 0%, rgba(224, 219, 204, 0.7) 100%) !important;
background: -webkit-radial-gradient(center ellipse, rgb(224, 219, 207) 0%, rgba(224, 219, 204, 0.7) 100%) !important;
background: radial-gradient(ellipse at center, #f5f5f5 0%, rgba(228, 225, 214, 0.7) 100%) !important;
background: -webkit-radial-gradient(center, ellipse cover, #f5f5f5 0%, #b5b3ae 100%) !important;
background: -webkit-radial-gradient(center ellipse, #f5f5f5 0%, #b5b3ae 100%) !important;
background: radial-gradient(ellipse at center, #f5f5f5 0%, #b5b3ae 100%) !important;
box-shadow: inset 0 0 24px 0 rgba(119, 119, 119, 0.77), 0 0 4px 0 rgba(255, 255, 255, 0.75), 0 0 10px 0 rgba(0,0,0,0.3);
}

Expand Down
22 changes: 11 additions & 11 deletions octoprint_darkmatter/static/img/extruder.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
plugin_identifier = "darkmatter"
plugin_package = "octoprint_darkmatter"
plugin_name = "OctoPrint-DarkMatter"
plugin_version = "0.1.44"
plugin_version = "0.1.45"

plugin_description = "DarkMatter theme adapted for OctoPrint"
plugin_author = "chrono"
Expand Down

0 comments on commit 6ffee99

Please sign in to comment.