From 5fab9a3a2cf048330f687dda48c76c95a3a67d98 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 9 Nov 2018 09:46:43 +0100 Subject: Add room joining --- css/style.css | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) (limited to 'css') diff --git a/css/style.css b/css/style.css index b48451f..1c34440 100644 --- a/css/style.css +++ b/css/style.css @@ -68,6 +68,11 @@ separator { background-size: 0px; } +treeview { + background-color: #36393e; + color: #f7f7f7; +} + .separator-horizontal-margin { margin-top: 10px; margin-bottom: 10px; @@ -91,7 +96,12 @@ separator { border: 1px solid black; } -#side-panels separator { +.side-panels { + border: none; + outline: none; +} + +.side-panels separator { border: 1px solid #2f3136; background-color: #2f3136; } @@ -123,14 +133,15 @@ separator { font-weight: bold; } -#left-panel { +.left-panel { background-color: #36393e; padding: 10px 10px 10px 10px; border: 1px solid #36393e; } -#left-panel separator { +.left-panel separator { border: 1px solid #36393e; + border-top: 3px solid #444444; background-color: #36393e; } @@ -233,6 +244,14 @@ textview text { font-size: 14px; } +.chat-input-focused text { + color: #f7f7f7; +} + +.chat-input-unfocused text { + color: #a7a7a7; +} + .window-notification { background-color: #aa3030; } -- cgit v1.2.3