PaperWM/stylesheet.css
Tor Hedin Brønner 5e94080e1d Fix and update workspace menu for 3.36
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.
2020-02-25 10:44:00 +01:00

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;
}