Speedtest cards fix
This commit is contained in:
parent
bb8b774124
commit
6530201b79
@ -667,6 +667,17 @@ table.dataTable>tbody>tr:nth-of-type(even):hover {
|
||||
background: rgba(255, 255, 255, .1);
|
||||
border-radius: 3px;
|
||||
}
|
||||
/*Homepage Speedtest Cards*/
|
||||
#allSpeedtest .speedtest-card {
|
||||
background-color: rgba(255, 255, 255, .1);
|
||||
}
|
||||
#allSpeedtest .speedtest-card .text-muted, .speedtest-card h5 {
|
||||
color: #d6d6d6 !important;
|
||||
}
|
||||
#allSpeedtest .shadow-sm {
|
||||
-webkit-box-shadow: none !important;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
/* loginpage sidemenu */
|
||||
@media (max-width: 480px) {
|
||||
.login-register > .login-box > .white-box {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user