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