diff --git a/Bootstrap.Admin/Content/admin.css b/Bootstrap.Admin/Content/admin.css index 1c985959..a50b35b5 100644 --- a/Bootstrap.Admin/Content/admin.css +++ b/Bootstrap.Admin/Content/admin.css @@ -2,6 +2,11 @@ display: inline-block; } + .lgbDropdown .dropdown-menu > li > a:hover { + background: #007AC0; + color: #fff; + } + .logTs, .logSql, .logDbExcep { color: red; font-weight: 600; @@ -38,7 +43,6 @@ color: #ac2925; } - .form-inline .form-group { margin-bottom: 15px; } diff --git a/Bootstrap.Admin/Content/site.css b/Bootstrap.Admin/Content/site.css index c92aa772..621d74ee 100644 --- a/Bootstrap.Admin/Content/site.css +++ b/Bootstrap.Admin/Content/site.css @@ -23,8 +23,17 @@ a, a:hover, a:focus { .dropdown-menu { box-shadow: 0 2px 8px rgba(0, 0, 0, 0.176); + padding: 0; } + .dropdown-menu > li > a { + padding: 6px 20px; + } + + .dropdown-menu .divider { + margin: 1px 0; + } + .card-view:not(:last-child) { margin-bottom: 6px; } @@ -48,7 +57,6 @@ a, a:hover, a:focus { float: right; } - .header > .dropdown > a { border: 1px solid #eee; border-radius: 4px; @@ -80,7 +88,6 @@ a, a:hover, a:focus { top: 50px; left: auto; right: 0; - padding: 0; } .header > .dropdown .dropdown-menu li { @@ -237,7 +244,6 @@ a, a:hover, a:focus { top: 32px; left: -74px; width: 235px; - padding: 0; border: none; }