diff --git a/Bootstrap.Admin/wwwroot/css/site.css b/Bootstrap.Admin/wwwroot/css/site.css index 31709609..67d6527d 100644 --- a/Bootstrap.Admin/wwwroot/css/site.css +++ b/Bootstrap.Admin/wwwroot/css/site.css @@ -118,7 +118,7 @@ a, a:hover, a:focus { .nav .dropdown-footer { padding: 6px 0; - background-color: #f1f2f7; + background-color: rgba(0, 0, 0, 0.1); border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } @@ -130,8 +130,8 @@ a, a:hover, a:focus { font-size: 0.75rem; } - .nav .dropdown-item:nth-of-type(odd) { - background-color: #F7F8F9; + .nav .dropdown-item:nth-of-type(odd), .cache-item:nth-of-type(odd) { + background-color: rgba(0, 0, 0, 0.05); } .nav .dropdown-item:hover { @@ -306,10 +306,6 @@ label.dropdown-item:first-child { border-bottom: 1px solid #EBEBEB; } - .cache-item:nth-of-type(odd) { - background-color: #F7F8F9; - } - .cache-item:last-child { border-bottom: none; margin-bottom: 15px;