[fractal/fractal-next] css: Fix SourceView and TextView styling
- From: Julian Sparber <jsparber src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [fractal/fractal-next] css: Fix SourceView and TextView styling
- Date: Tue, 14 Dec 2021 12:08:30 +0000 (UTC)
commit 979ecdbb5a2414ed96b3d887c8dfdce16777b5ae
Author: Maximiliano Sandoval R <msandova gnome org>
Date: Thu Dec 9 22:04:00 2021 +0100
css: Fix SourceView and TextView styling
data/resources/style.css | 5 +++++
data/resources/ui/content-room-history.ui | 3 ---
2 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/data/resources/style.css b/data/resources/style.css
index 25bcf528..c2b64b43 100644
--- a/data/resources/style.css
+++ b/data/resources/style.css
@@ -300,3 +300,8 @@ button.cutout:active {
.emoji {
font-size: 2em;
}
+
+textview, text {
+ color: inherit;
+ background: none;
+}
diff --git a/data/resources/ui/content-room-history.ui b/data/resources/ui/content-room-history.ui
index e2b2ff64..dd5454f2 100644
--- a/data/resources/ui/content-room-history.ui
+++ b/data/resources/ui/content-room-history.ui
@@ -188,9 +188,6 @@
</child>
<child>
<object class="CustomEntry">
- <style>
- <class name="message-entry"/>
- </style>
<child>
<object class="GtkScrolledWindow">
<property name="vexpand">True</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]