commit f918b8923a378c0d820bb6352108f99feb6fefbe
parent 7ff37079dbf653dd78a999b6de0b0b49ae67ec3f
Author: Jacki <jacki@thejackimonster.de>
Date: Wed, 11 Jun 2025 06:27:44 +0200
Small UI changes
Signed-off-by: Jacki <jacki@thejackimonster.de>
Diffstat:
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/resources/css/style.css b/resources/css/style.css
@@ -1,6 +1,6 @@
/*
This file is part of GNUnet.
- Copyright (C) 2021--2024 GNUnet e.V.
+ Copyright (C) 2021--2025 GNUnet e.V.
GNUnet is free software: you can redistribute it and/or modify it
under the terms of the GNU Affero General Public License as published
@@ -85,11 +85,17 @@
background-color: mix(@theme_bg_color, @theme_fg_color, 0.1);
color: @theme_fg_color;
margin-right: 20px;
+ box-shadow: 3px 3px 2px alpha(black, 0.25);
}
.message-box.sent {
background-color: mix(@theme_bg_color, @theme_selected_bg_color, 0.8);
color: @theme_selected_fg_color;
+ box-shadow: -3px 3px 2px alpha(black, 0.25);
+}
+
+.message-box.status {
+ box-shadow: 0px 3px 2px alpha(black, 0.25);
}
.message-box.sent, .message-box.status {
diff --git a/resources/ui/play_media.ui b/resources/ui/play_media.ui
@@ -324,7 +324,7 @@ audio-volume-medium-symbolic</property>
<object class="GtkImage">
<property name="visible">True</property>
<property name="can-focus">False</property>
- <property name="icon-name">emblem-system-symbolic</property>
+ <property name="icon-name">preferences-other-symbolic</property>
</object>
</child>
</object>