Make MXP links more visible in webclient

This commit is contained in:
Griatch 2019-08-10 12:15:26 +02:00
parent 7ea96d41e6
commit ffc25dbd68

View file

@ -47,7 +47,7 @@ div {margin:0px;}
.inp { color: #555 } .inp { color: #555 }
/* Messages returned from the server (most messages) */ /* Messages returned from the server (most messages) */
.out { .out {
color: #aaa; color: #aaa;
background-color: #000; background-color: #000;
} }
@ -330,6 +330,13 @@ div {margin:0px;}
float: left; float: left;
} }
/* MXP links */
#mxplink {
text-decoration: underline;
}
/* XTERM256 colors */ /* XTERM256 colors */
.color-000 { color: #000000; } .color-000 { color: #000000; }