From cb16d2186e5e12a2329ea2aef91ac3e7b79cd6c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Wed, 7 Jun 2017 02:25:50 +0200 Subject: [PATCH] even elements in chat list, darker color --- server/public/assets/css/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/server/public/assets/css/style.css b/server/public/assets/css/style.css index 6afc2362..e00bb3e3 100755 --- a/server/public/assets/css/style.css +++ b/server/public/assets/css/style.css @@ -307,6 +307,10 @@ li.disabled span { user-select: initial; } +#chatchannel li:nth-child(even), #chatall li:nth-child(even) { + background: rgba(0,0,0,.1); +} + #chatchannel li, #chatall li{ cursor:text; -webkit-touch-callout: initial; @@ -315,6 +319,8 @@ li.disabled span { -moz-user-select: initial; -ms-user-select: initial; user-select: initial; + padding: 4px; + margin-left: 0px; } #closePlayer{