Skip to content

Commit

Permalink
Change title bar icon color when focused
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanSalt committed Jan 12, 2018
1 parent 6864291 commit 1cff05e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/component/titlebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,13 @@ html, body, #main {
.titlebar .button:hover {
background: rgba(0, 0, 0, 0.05);
}
.titlebar .minimize:hover {
color: #259b24;
}
.titlebar .maximize:hover {
color: #2196f3;
}
.titlebar .close:hover {
color: #ed5e63;
}
</style>

0 comments on commit 1cff05e

Please sign in to comment.