aboutsummaryrefslogtreecommitdiff
path: root/theme-night.css
diff options
context:
space:
mode:
authortomsmeding <hallo@tomsmeding.nl>2015-04-22 14:03:27 +0200
committertomsmeding <hallo@tomsmeding.nl>2015-04-22 14:03:27 +0200
commit5fb63f403568280e4395e5c1ea11fa2d37d520ea (patch)
treec06a621ed656bf9eeb0f44173071404c74500d31 /theme-night.css
parent55d1f2bbea67824754cc7752352434f4cb90a657 (diff)
Improve history row styling
Diffstat (limited to 'theme-night.css')
-rw-r--r--theme-night.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/theme-night.css b/theme-night.css
index 44c096d..1ff3679 100644
--- a/theme-night.css
+++ b/theme-night.css
@@ -2,6 +2,13 @@ body{
color:#fff;
background-color:#112;
}
+td#lobbylist,
+td#lobbylog{
+ border:1px #557 solid;
+}
+tbody#lobbylogtb > tr.history{
+ background-color:#4c535d;
+}
tbody#lobbylogtb td.message-ownmessage{
color:#2d4;
}