summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authoraxtlos <rose@pinkro.se>2025-05-24 15:40:11 +0200
committeraxtlos <rose@pinkro.se>2025-05-24 15:40:11 +0200
commit23f5cac35ddded005b9a0d9e93c81b12112d99bc (patch)
treecdeaadb522f0f162fbe04836abe443e330b8fc5a /style.css
parent924bbe6a907d774b044fa5a5ea3aedb322c93652 (diff)
downloadwebsite-23f5cac35ddded005b9a0d9e93c81b12112d99bc.tar.gz
website-23f5cac35ddded005b9a0d9e93c81b12112d99bc.tar.bz2
Add button to copy url to window
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;
}