Realign dock styling to core shell's dash, by using AppDisplay.AppIcon directly instead of rewriting everything.
11 lines
159 B
CSS
11 lines
159 B
CSS
#dock {
|
|
border-radius: 9px;
|
|
background-color: rgba(0,0,0,0.9);
|
|
border-width: 2px;
|
|
border-color: #5f5f5f;
|
|
}
|
|
|
|
.dock-menu {
|
|
font-size: 12px
|
|
}
|