aboutsummaryrefslogtreecommitdiff
path: root/main/data
diff options
context:
space:
mode:
authorfiaxh <git@lightrise.org>2019-06-01 16:00:21 +0200
committerfiaxh <git@lightrise.org>2019-06-01 19:03:01 +0200
commit8aab18c1ec37fd427e2dcaa2ee37be8467d15d16 (patch)
treed2d03eeae51ee14f45b061977371675574cca4c7 /main/data
parentdd6c860aed79c5adf0db08142bbbf7b8ec3fbe67 (diff)
downloaddino-8aab18c1ec37fd427e2dcaa2ee37be8467d15d16.tar.gz
dino-8aab18c1ec37fd427e2dcaa2ee37be8467d15d16.zip
Add hover effect on conversation content
Diffstat (limited to 'main/data')
-rw-r--r--main/data/conversation_summary/view.ui3
-rw-r--r--main/data/theme.css4
2 files changed, 5 insertions, 2 deletions
diff --git a/main/data/conversation_summary/view.ui b/main/data/conversation_summary/view.ui
index 90d3d7c1..51133890 100644
--- a/main/data/conversation_summary/view.ui
+++ b/main/data/conversation_summary/view.ui
@@ -19,14 +19,13 @@
<property name="visible">True</property>
<child>
<object class="GtkBox">
- <property name="margin">15</property>
<property name="orientation">vertical</property>
<property name="visible">True</property>
<child>
<object class="GtkBox" id="main">
+ <property name="margin-bottom">15</property>
<property name="expand">False</property>
<property name="orientation">vertical</property>
- <property name="spacing">15</property>
<property name="visible">True</property>
</object>
</child>
diff --git a/main/data/theme.css b/main/data/theme.css
index 1969c80b..8a1b50ad 100644
--- a/main/data/theme.css
+++ b/main/data/theme.css
@@ -37,6 +37,10 @@ window.dino-main .dino-conversation .highlight-once {
animation-name: highlight;
}
+window.dino-main .dino-conversation .message-box:hover {
+ background: alpha(@theme_fg_color, 0.04);
+}
+
window.dino-main .dino-sidebar > frame {
background: @insensitive_bg_color;
border-left: 1px solid @borders;