mirror of
https://github.com/gosticks/PaperWM.git
synced 2026-02-26 18:52:43 +00:00
Upstream updated the menu style (and together with that some styles we relied on). Fix it and make the look inline with the new upstream menus.
17 lines
304 B
CSS
17 lines
304 B
CSS
.paper-mm-selected-window {
|
|
border: 10px cyan; /* if we need to operate in pre-scaled dimension */
|
|
border-radius: 5px;
|
|
}
|
|
|
|
|
|
.workspace-icon-button {
|
|
-st-icon-style: symbolic;
|
|
border: none;
|
|
border-radius: 8px;
|
|
padding: 8px;
|
|
}
|
|
|
|
.workspace-icon-button StIcon {
|
|
icon-size: 16px;
|
|
}
|