From 23f5cac35ddded005b9a0d9e93c81b12112d99bc Mon Sep 17 00:00:00 2001 From: axtlos Date: Sat, 24 May 2025 15:40:11 +0200 Subject: Add button to copy url to window --- style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'style.css') 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; } -- cgit v1.2.3