aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2018-11-09 09:46:43 +0100
committerdec05eba <dec05eba@protonmail.com>2018-11-09 09:46:47 +0100
commit5fab9a3a2cf048330f687dda48c76c95a3a67d98 (patch)
tree1be0385ef62f5fbf0794d98a697e0ff11fe7a510 /css
parent118277121c8b1767a78f76d19c44aea496121b34 (diff)
Add room joining
Diffstat (limited to 'css')
-rw-r--r--css/style.css25
1 files changed, 22 insertions, 3 deletions
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;
}