diff --git a/app/Views/layout/header.php b/app/Views/layout/header.php index 9e2269cb..ca5466ba 100755 --- a/app/Views/layout/header.php +++ b/app/Views/layout/header.php @@ -147,10 +147,9 @@ - + @@ -277,6 +274,12 @@ /* prevents flex bugs */ } + .left-side-menu ul li:hover>ul { + position: relative; + z-index: 99999 !important; + } + + .img-inactive { background-color: white; @@ -460,10 +463,11 @@ display: flex; align-items: center; } - + .secondary-title i { font-size: 43px; } + .secondary-title span { position: relative; } @@ -740,7 +744,7 @@ border-bottom: 2px solid #C3EDEE !important; font-weight: 400 !important; } - + table[data-custom-table-css="table"] thead th:first-child, table[data-custom-table-css="second-table"] thead th:first-child { border-top-left-radius: 15px !important; @@ -806,7 +810,7 @@ border-radius: 13px !important; border: none !important; } - + /* Previous / Next buttons */ .dataTables_wrapper .dataTables_paginate .page-item.previous .page-link, .dataTables_wrapper .dataTables_paginate .page-item.next .page-link { @@ -944,13 +948,15 @@ /* Applies only to tables with data-custom-table-css="table" */ table[data-custom-table-css="table"] tbody tr td { - padding: 8px 10px !important; /* spacing */ - line-height: 20px; /* consistent spacing for text */ - min-height: 40px; /* makes sense here if you use display:block */ - vertical-align: middle; /* aligns text properly */ + padding: 8px 10px !important; + /* spacing */ + line-height: 20px; + /* consistent spacing for text */ + min-height: 40px; + /* makes sense here if you use display:block */ + vertical-align: middle; + /* aligns text properly */ } - - @@ -1320,6 +1326,7 @@ - + + .left-btn { + left: 0; + } + + .right-btn { + right: 0; + } +