Skip to content

Commit

Permalink
standalone window controls re SchizoDuckie#395
Browse files Browse the repository at this point in the history
applied alpha to icons and enabled opacity.
  • Loading branch information
garfield69 committed Apr 13, 2015
1 parent a1a4933 commit b644686
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1098,27 +1098,31 @@ calendar-event .progress-bar {
width: 24px;
height:22px;
background-repeat:no-repeat;
opacity:0.3;
}
.glyphicon.glyphicon-win-restore {
background-image: url('../img/icon-restore.png');
background-size: contain;
width: 24px;
height:22px;
background-repeat:no-repeat;
opacity:0.3;
}
.glyphicon.glyphicon-win-minimize {
background-image: url('../img/icon-minimize.png');
background-size: contain;
width: 24px;
height:22px;
background-repeat:no-repeat;
opacity:0.3;
}
.glyphicon.glyphicon-win-maximize {
background-image: url('../img/icon-maximize.png');
background-size: contain;
width: 24px;
height:22px;
background-repeat:no-repeat;
opacity:0.3;
}
calendar-event h2 {
font-size: 24px;
Expand Down
Binary file modified img/icon-close.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/icon-maximize.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/icon-minimize.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/icon-restore.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b644686

Please sign in to comment.