aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
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;
}