From 79f792e090330a05753f9edb27332a946eb0840d Mon Sep 17 00:00:00 2001 From: fiaxh Date: Sat, 2 Nov 2024 22:24:59 +0100 Subject: Fix and improve stateless file-sharing --- main/data/style.css | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'main/data/style.css') diff --git a/main/data/style.css b/main/data/style.css index 5b9da21d..0909f8a0 100644 --- a/main/data/style.css +++ b/main/data/style.css @@ -181,6 +181,28 @@ window.dino-main .file-image-widget .file-box-outer button:hover { border-radius: 6px; } +.dino-main .file-details { + color: white; + background: alpha(black, 0.3); + border-radius: 5px; + padding: 5px 10px; +} + +.dino-main .circular-loading-indicator { + border-radius: 50%; + padding: 5px; + transition: background-image 0.5s linear; +} + +.dino-main .circular-loading-indicator > * { + border-radius: 50%; + background: @theme_bg_color; +} + +.dino-main .circular-loading-indicator button { + padding: 2px; +} + /* Call widget */ window.dino-main .call-box-outer.incoming { -- cgit v1.2.3-70-g09d2