mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-08-13 08:29:22 +02:00
Updates 2.6.4
+ Added force TLS v1.2 above toggle + Added trace route + Added ICMP ping + Added special routing rules module for up-coming acme integration + Fixed IPv6 check bug in black/whitelist + Optimized UI for TCP Proxy +
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
--theme_lgrey: #f6f6f6;
|
||||
--theme_green: #3c9c63;
|
||||
--theme_fcolor: #979797;
|
||||
--theme_advance: #f8f8f9;
|
||||
}
|
||||
body{
|
||||
background-color:#f6f6f6;
|
||||
@@ -16,6 +17,15 @@ body{
|
||||
display:none;
|
||||
}
|
||||
|
||||
.advance{
|
||||
background: var(--theme_advance) !important;
|
||||
}
|
||||
|
||||
.advancezone{
|
||||
background: var(--theme_advance) !important;
|
||||
border-radius: 1em !important;
|
||||
}
|
||||
|
||||
.menubar{
|
||||
width: 100%;
|
||||
padding: 0.4em;
|
||||
@@ -89,6 +99,34 @@ body{
|
||||
z-index: 999;
|
||||
}
|
||||
|
||||
/* Confirm Box */
|
||||
#confirmBox{
|
||||
position: fixed;
|
||||
z-index: 999;
|
||||
bottom: 1em;
|
||||
right: 1em;
|
||||
min-width: 300px;
|
||||
background-color: #ffffff;
|
||||
color: rgb(65, 65, 65);
|
||||
box-shadow: 10px 10px 5px -2px rgba(0,0,0,0.13);
|
||||
}
|
||||
|
||||
#confirmBox .confirmBoxBody{
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
#confirmBox .ui.progress .bar{
|
||||
background: #ffe32b !important;
|
||||
}
|
||||
|
||||
#confirmBox .confirmBoxBody .button{
|
||||
margin-top: -0.4em;
|
||||
}
|
||||
|
||||
#confirmBox .questionToConfirm{
|
||||
margin-top: -0.2em;
|
||||
}
|
||||
|
||||
/* Standard containers */
|
||||
.standardContainer{
|
||||
position: relative;
|
||||
@@ -552,4 +590,18 @@ body{
|
||||
|
||||
.GANetMember.unauthorized{
|
||||
border-left: 6px solid #9c3c3c !important;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
Network Utilities
|
||||
*/
|
||||
|
||||
#traceroute_results{
|
||||
resize: none;
|
||||
background-color: #202020;
|
||||
color: white;
|
||||
}
|
||||
|
||||
#traceroute_results::selection {
|
||||
background: #a9d1f3;
|
||||
}
|
Reference in New Issue
Block a user