X-Git-Url: https://jxself.org/git/?p=mudsync.git;a=blobdiff_plain;f=data%2Fweb-static%2Fcss%2Fmain.css;h=e965980607836f3cde9a33b92283984f29c9bc38;hp=2351c526bcceb9ae0786e40c40d93d01041a5ce9;hb=25c34496ce23be265460bc4c95cba6036ff577a2;hpb=ec044e4616984614a07d540a76ee8586bca4be99 diff --git a/data/web-static/css/main.css b/data/web-static/css/main.css index 2351c52..e965980 100644 --- a/data/web-static/css/main.css +++ b/data/web-static/css/main.css @@ -39,7 +39,7 @@ ul { } ul li:before { - content: "*"; + content: "\2022"; margin-right: 1ch; margin-left: 1ch; font-weight: bold; @@ -99,6 +99,13 @@ ul li:before { border-left-color: #b4b4b4; } +#connection-status.connected { + color: #88be7e; +} + +#connection-status.disconnected { + color: #be8b7e; +} #input-metabox {