From a535703add6bf29878845cb270997514489cfc16 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 31 Oct 2018 18:12:49 +0100 Subject: Start with images/gif, resize chat input --- css/style.css | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'css') diff --git a/css/style.css b/css/style.css index ad354f8..65cc83d 100644 --- a/css/style.css +++ b/css/style.css @@ -19,6 +19,24 @@ label { color: #f7f7f7; } +scrolledwindow { + border-style: none; +} + +grid { + border-style: none; +} + +paned { + border-style: none; +} + +scrollbar { + background-color: transparent; + border-style: none; + outline-style: none; +} + button { background-image: none; background-color: #2f3136; @@ -170,6 +188,12 @@ textview text { #chat-scroll-view { background-color: #444444; + margin-top: 15px; + margin-bottom: 15px; + margin-left: 20px; + margin-right: 20px; + box-shadow: 0px 0px 5px #1d1d1d; + padding: 10px; /*padding: 10px 10px 10px 10px;*/ } /* @@ -178,6 +202,10 @@ textview text { } */ +#chat-input { + font-size: 14px; +} + .window-notification { background-color: #aa3030; } -- cgit v1.2.3