PaperWM/stylesheet.css
Ole Jørgen Brønner 0269af8aee stylesheet.css
And a placeholder style for selected window in minimap.

The extension system load this file automatically. Simply set the class on a st
widget to use:

    new St.Bin({ style_class: "paper-mm-selected-window"});

The border is part of the width though (box-sizing not supported I think) so
if we're going to use borders directly around the clone some adjustment will be
needed to keep 100% aligned with the actual space.
2017-09-28 13:29:11 +02:00

5 lines
129 B
CSS

.paper-mm-selected-window {
border: 10px cyan; /* if we need to operate in pre-scaled dimension */
border-radius: 5px;
}