aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2018-10-27 01:47:08 +0200
committerdec05eba <dec05eba@protonmail.com>2018-10-27 01:47:11 +0200
commit8089e8e88fb145b4b954c310a0eda2ec647259cd (patch)
tree2858973c86754099de4fa206001588eea0f5b5e1 /css
parent206a58f9996a36693b1e73460191b08db1db0327 (diff)
Add users, nickname change, messages now have author
Diffstat (limited to 'css')
-rw-r--r--css/style.css38
1 files changed, 38 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css
index c024481..bb40474 100644
--- a/css/style.css
+++ b/css/style.css
@@ -20,10 +20,38 @@ button {
background-color: #2f3136;
color: #f7f7f7;
border-style: none;
+ outline-style: none;
+ box-shadow: 0px 0px 0px transparent;
+ text-shadow: 0px 0px 0px transparent;
+}
+
+menu {
+ background-color: #36393e;
+ color: #f7f7f7;
+ border: 1px solid black;
+}
+
+.emoji {
+ background-color: #36393e;
+ color: #f7f7f7;
+ border: 1px solid black;
+}
+
+.emoji-picker {
+ background-color: #36393e;
+ color: #f7f7f7;
+ border: 1px solid black;
+}
+
+.emoji-picker entry {
+ background-color: #36393e;
+ color: #f7f7f7;
+ border: 1px solid black;
}
#side-panels separator {
border: 1px solid #2f3136;
+ background-color: #2f3136;
}
#top-bar {
@@ -48,6 +76,11 @@ button {
*/
}
+#left-panel separator {
+ border: 1px solid #36393e;
+ background-color: #36393e;
+}
+
#channels-title {
color: #f7f7f7;
font-weight: bold;
@@ -124,4 +157,9 @@ textview text {
.window-notification {
background-color: #aa3030;
+}
+
+.username-list-username {
+ color: #0fc0fc;
+ font-weight: bold;
} \ No newline at end of file