comparison src/chat.css @ 72:bce0480721c1

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Sat, 08 Mar 2025 17:29:57 -0700
parents 329c3f70fd78
children 1c0336a7380f
comparison
equal deleted inserted replaced
71:2206c20e91d2 72:bce0480721c1
159 height: 0.6em; 159 height: 0.6em;
160 border-radius: 50%; 160 border-radius: 50%;
161 margin-left: 4px; 161 margin-left: 4px;
162 } 162 }
163 163
164 span[is_online=true] {
165 background-color: green;
166 }
167
164 span[unread] { 168 span[unread] {
165 font-size: small; 169 font-size: small;
166 display: inline-block; 170 display: inline-block;
167 background-color: DodgerBlue; 171 background-color: DodgerBlue;
168 color: white; 172 color: white;