aboutsummaryrefslogtreecommitdiff
path: root/main/data/theme.css
diff options
context:
space:
mode:
authorfiaxh <git@mx.ax.lt>2018-09-18 21:28:56 +0200
committerfiaxh <git@mx.ax.lt>2018-09-21 21:53:48 +0200
commit85d194e349858b3cbbb4dd2a8ca007428378c56c (patch)
tree4ec16ce60c26c2f57b245f2a0280c61b5db1c828 /main/data/theme.css
parent9575b192e4d22d9f5422fae1b02ddf81db1ecf68 (diff)
downloaddino-85d194e349858b3cbbb4dd2a8ca007428378c56c.tar.gz
dino-85d194e349858b3cbbb4dd2a8ca007428378c56c.zip
Use Label instead of TextView for message display
Diffstat (limited to 'main/data/theme.css')
-rw-r--r--main/data/theme.css9
1 files changed, 0 insertions, 9 deletions
diff --git a/main/data/theme.css b/main/data/theme.css
index 226689b3..174ce5b2 100644
--- a/main/data/theme.css
+++ b/main/data/theme.css
@@ -29,10 +29,6 @@ window.dino-main .dino-conversation .highlight-once {
animation-name: highlight;
}
-window.dino-main .dino-conversation textview, window.dino-main .dino-conversation textview text {
- background: transparent;
-}
-
window.dino-main .dino-sidebar > frame {
background: @insensitive_bg_color;
border-left: 1px solid @borders;
@@ -51,11 +47,6 @@ window.dino-main .dino-sidebar frame.auto-complete list > row {
transition: none;
}
-window.dino-main .dino-sidebar textview,
-window.dino-main .dino-sidebar textview text {
- background-color: transparent;
-}
-
window.dino-main .dino-chatinput frame box {
background: transparent;
}