mirror of https://github.com/Aidaho12/haproxy-wi
v4.4.3.0
parent
5055f44068
commit
874de47458
|
@ -12,7 +12,7 @@
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<div id="create" style="height: 95%; margin-top: 20px;">
|
<div id="create" style="margin-top: 20px;">
|
||||||
<div id="left-collumn">
|
<div id="left-collumn">
|
||||||
<div class="div-pannel">
|
<div class="div-pannel">
|
||||||
<div class="div-server">
|
<div class="div-server">
|
||||||
|
|
|
@ -137,6 +137,11 @@
|
||||||
font-family: "Font Awesome 5 Solid";
|
font-family: "Font Awesome 5 Solid";
|
||||||
content: "\f00d";
|
content: "\f00d";
|
||||||
}
|
}
|
||||||
|
.info::before {
|
||||||
|
display: none;
|
||||||
|
font-family: "Font Awesome 5 Solid";
|
||||||
|
content: "\f129";
|
||||||
|
}
|
||||||
.login::before {
|
.login::before {
|
||||||
display: none;
|
display: none;
|
||||||
font-family: "Font Awesome 5 Solid";
|
font-family: "Font Awesome 5 Solid";
|
||||||
|
|
|
@ -635,9 +635,6 @@ ul{
|
||||||
.ui-corner-all {
|
.ui-corner-all {
|
||||||
border-radius: 0 !important;
|
border-radius: 0 !important;
|
||||||
}
|
}
|
||||||
a {
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
a:active, a:hover {
|
a:active, a:hover {
|
||||||
outline: 0;
|
outline: 0;
|
||||||
}
|
}
|
||||||
|
@ -645,8 +642,9 @@ a, a:visited {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
color: #9d9d9d;
|
color: #23527c;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
a:hover, a:focus {
|
a:hover, a:focus {
|
||||||
color: #23527c;
|
color: #23527c;
|
||||||
|
|
Loading…
Reference in New Issue