Show Desktop button for #36

This commit is contained in:
jderose9
2017-02-28 20:27:06 -05:00
parent 3e2a4896f3
commit e15d901d1c
2 changed files with 74 additions and 1 deletions

View File

@@ -71,4 +71,16 @@
#panel #panelLeft, #panel #panelCenter {
spacing: 0px;
}
.showdesktop-button {
width: 4px;
border: 1px solid rgba(200, 200, 200, .2);
border-top-width: 0;
border-right-width: 0;
border-bottom-width: 0;
}
.showdesktop-button-hovered {
background-color: rgba(200, 200, 200, .4);
}