even elements in chat list, darker color

This commit is contained in:
Kasper Rynning-Tønnesen
2017-06-07 02:25:50 +02:00
parent b992baf136
commit cb16d2186e

View File

@@ -307,6 +307,10 @@ li.disabled span {
user-select: initial; user-select: initial;
} }
#chatchannel li:nth-child(even), #chatall li:nth-child(even) {
background: rgba(0,0,0,.1);
}
#chatchannel li, #chatall li{ #chatchannel li, #chatall li{
cursor:text; cursor:text;
-webkit-touch-callout: initial; -webkit-touch-callout: initial;
@@ -315,6 +319,8 @@ li.disabled span {
-moz-user-select: initial; -moz-user-select: initial;
-ms-user-select: initial; -ms-user-select: initial;
user-select: initial; user-select: initial;
padding: 4px;
margin-left: 0px;
} }
#closePlayer{ #closePlayer{