ui edited

This commit is contained in:
Yan
2017-10-23 13:20:41 +06:30
parent ba44495663
commit ac42c4a78e
2 changed files with 11 additions and 1 deletions

View File

@@ -39,6 +39,16 @@
margin-top: 0px !important;
}
.dropdown-menu > li > p:hover {
background-color: #ccc;
}
@media (min-width: 768px){
.dropdown-menu {
padding: .3rem 0;
}
}
.switch label {
color: #070707 !important;
}