diff --git a/src/main/resources/web/signup/login.html b/src/main/resources/web/signup/login.html
index ca519f4b6..e2b316ae1 100644
--- a/src/main/resources/web/signup/login.html
+++ b/src/main/resources/web/signup/login.html
@@ -42,7 +42,7 @@
z-index: 1;
background: rgba(0, 0, 0, 0.1);
}
- .o-platform a > i.zmdi {
+ .o-platform a > .icon {
background-color: #fc9a00;
color: #fff;
border-radius: 50%;
@@ -50,7 +50,7 @@
height: 25px;
line-height: 26px;
font-size: 1.2rem;
- padding-left: 9px;
+ text-align: center;
}
.o-platform a > span {
color: #666;
@@ -62,6 +62,10 @@
width: 160px;
padding: 6px;
}
+ .o-platform:hover .dropdown-menu {
+ display: block;
+ margin-top: 0; /* remove the gap so it doesn't close */
+ }
@@ -112,7 +116,7 @@