mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-08-13 08:29:22 +02:00
Updated Stream Proxy module
- Fixed stream proxy stopping racing condition bug - Merged PR #187 - Updated stream proxy UI
This commit is contained in:
@@ -551,23 +551,23 @@ body{
|
||||
TCP Proxy
|
||||
*/
|
||||
|
||||
.tcproxConfig td:first-child{
|
||||
.streamproxConfig td:first-child{
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.tcproxConfig.running td:first-child{
|
||||
border-left: 0.6em solid #02cb59 !important;
|
||||
.streamproxConfig.running td:first-child{
|
||||
border-left: 0.6em solid #01cb55 !important;
|
||||
}
|
||||
|
||||
.tcproxConfig.stopped td:first-child{
|
||||
border-left: 0.6em solid #02032a !important;
|
||||
.streamproxConfig.stopped td:first-child{
|
||||
border-left: 0.6em solid #1b1b1b !important;
|
||||
}
|
||||
|
||||
.tcproxConfig td:first-child .statusText{
|
||||
.streamproxConfig td:first-child .statusText{
|
||||
position: absolute;
|
||||
bottom: 0.3em;
|
||||
left: 0.2em;
|
||||
font-size: 1.4em;
|
||||
bottom: 0.1em;
|
||||
right: 0.2em;
|
||||
font-size: 1em;
|
||||
color:rgb(224, 224, 224);
|
||||
opacity: 0.7;
|
||||
pointer-events: none;
|
||||
|
Reference in New Issue
Block a user