mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-14 00:04:17 +09:00
Show Desktop button for #36
This commit is contained in:
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user