From 244d49dc97fbd993018604899400b3337220c1c8 Mon Sep 17 00:00:00 2001 From: Raffael H Date: Wed, 12 Jun 2024 08:15:18 +0200 Subject: [PATCH] Update button class styling --- assets/css/dep.css | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/assets/css/dep.css b/assets/css/dep.css index 622da7b6..969bbf68 100644 --- a/assets/css/dep.css +++ b/assets/css/dep.css @@ -24,4 +24,19 @@ table.dependencies th { table.dependencies th { font-weight: bold; text-transform: uppercase; -} \ No newline at end of file +} + +button.highlight-copy-btn { + position: absolute; + bottom: 7px; + right: 7px; + border: 0; + border-radius: 4px; + padding: 1px; + font-size: .7em; + line-height: 1.8; + color: #fff; + background-color: #797676; + min-width: 55px; + text-align: center; +}