diff options
Diffstat (limited to 'main/data/theme.css')
-rw-r--r-- | main/data/theme.css | 9 |
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; } |