Skip to content

Commit

Permalink
Themes: Updated Frosty Mint theme #82 (More frost)
Browse files Browse the repository at this point in the history
  • Loading branch information
andersevenrud committed Feb 22, 2015
1 parent fcb6ac0 commit 872c92e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
10 changes: 5 additions & 5 deletions src/packages/default/CoreWM/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
-o-filter : blur(4px);
filter : blur(4px);

-webkit-opacity : .5;
-moz-opacity : .5;
-ms-opacity : .5;
-o-opacity : .5;
opacity : .5;
-webkit-opacity : .8;
-moz-opacity : .8;
-ms-opacity : .8;
-o-opacity : .8;
opacity : .8;
}

/**
Expand Down
8 changes: 7 additions & 1 deletion src/themes/styles/frosty/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -108,17 +108,23 @@ body > .WMPanel > ul {
left : -3px;
right : -3px;
bottom : -3px;
background : @theme_base_bg_color;
background : #fff;
opacity : .5;
z-index : 5;
}

.Window > .WindowTop > .WindowIcon,
.Window > .WindowTop > .WindowTitle,
.Window > .WindowTop > .WindowButtons {
top : 3px;
}
.Window > .WindowTop > .WindowIcon,
.Window > .WindowTop > .WindowButtons {
z-index : 20;
}
.Window > .WindowTop > .WindowTitle {
font-size : 110%;
z-index : 10;
}

.Window > .WindowTop .WindowButton {
Expand Down

0 comments on commit 872c92e

Please sign in to comment.