summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/style.css b/style.css
index a476c3a..03b239f 100644
--- a/style.css
+++ b/style.css
@@ -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;
}