diff --git a/Bootstrap.Admin/wwwroot/css/site.css b/Bootstrap.Admin/wwwroot/css/site.css index 9ca39c5e..6ece869e 100644 --- a/Bootstrap.Admin/wwwroot/css/site.css +++ b/Bootstrap.Admin/wwwroot/css/site.css @@ -116,17 +116,15 @@ .userinfo .dropdown-toggle:hover, .userinfo.show .dropdown-toggle, .nav [data-toggle="dropdown"]:hover { color: #333; + border: solid 1px #337ab7; } -.userinfo [data-toggle="dropdown"]:hover { - border-color: #337ab7; -} - .userinfo .dropdown-item { display: flex; width: 270px; padding: 0; justify-content: space-around; + background-color: #fff; } .userinfo .dropdown-item a {