aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2018-10-31 18:12:49 +0100
committerdec05eba <dec05eba@protonmail.com>2018-10-31 18:12:53 +0100
commita535703add6bf29878845cb270997514489cfc16 (patch)
tree6816c8749c0dde59cc936cdc274307b0561bac27 /css
parent687796532d80fc6a0ae8327eec8f901002bdc0dd (diff)
Start with images/gif, resize chat input
Diffstat (limited to 'css')
-rw-r--r--css/style.css28
1 files changed, 28 insertions, 0 deletions
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;
}