Make MXP links more visible in webclient
This commit is contained in:
parent
7ea96d41e6
commit
ffc25dbd68
1 changed files with 8 additions and 1 deletions
|
|
@ -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; }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue