Skip to content

Commit

Permalink
Themes: Updated Frosty Mint theme #82
Browse files Browse the repository at this point in the history
  • Loading branch information
andersevenrud committed Feb 22, 2015
1 parent 640241f commit 7ae439d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/packages/default/Calculator/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
allow_resize: false,
allow_maximize: false,
width: 220,
height: 310
height: 315
}, app]);

this.calc_array = ['=', 1, '0', '0', 0];
Expand Down
Binary file removed src/themes/styles/frosty/gui/progressbar.png
Binary file not shown.
7 changes: 7 additions & 0 deletions src/themes/styles/frosty/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -188,3 +188,10 @@ body .GUIToolbar button.Active {
.GUISlider .Root {
border : 1px solid @theme_secondary_border_color;
}

.GUIProgressBar .Bar {
background-image : none;
}
.GUIProgressBar .Label {
color : @theme_secondary_fg_color;
}

0 comments on commit 7ae439d

Please sign in to comment.