diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -267,6 +267,16 @@ body { align-items: center; } +.window .title-bar .controls label button { + background: none; + color: inherit; + border: none; + padding: 0; + font: inherit; + cursor: pointer; + outline: inherit; +} + .window .title-bar .controls span:hover { background-color: #999; } |