diff --git a/public/css/app.css b/public/css/app.css index b3294ee..e59664c 100755 --- a/public/css/app.css +++ b/public/css/app.css @@ -7233,6 +7233,22 @@ .login-logo { margin-right: auto; } +/* Sembunyikan mata bawaan browser (Edge/IE) */ +input[type="password"]::-ms-reveal, +input[type="password"]::-ms-clear { + display: none; +} + +/* Sembunyikan mata bawaan browser (Chrome/Opera/Safari) - jarang muncul tapi buat jaga-jaga */ +input[type="password"]::-webkit-contacts-auto-fill-button, +input[type="password"]::-webkit-credentials-auto-fill-button { + visibility: hidden; + display: none !important; + pointer-events: none; + position: absolute; + right: 0; +} + .offcanvas, .offcanvas-xxl, .offcanvas-xl, @@ -23834,7 +23850,15 @@ .page-item:last-child { margin-left: .4rem } -.table td, +.table thead th { + vertical-align: middle !important; + text-align: center !important; + /* Ini yang bikin rata tengah */ + font-size: var(--text-sm); + font-weight: var(--fw-medium); +} + +/* .table td, .dataTable-table td { vertical-align: middle !important; font-size: var(--text-sm); @@ -23842,12 +23866,18 @@ .dataTable-table td { } +.table .table-striped thead th { + vertical-align: middle !important; + font-size: var(--text-sm); + font-weight: var(--fw-medium); +} + .table thead th, .dataTable-table thead th { vertical-align: middle !important; font-size: var(--text-sm); font-weight: var(--fw-medium); -} +} */ .table:not(.table-borderless) thead th, .dataTable-table:not(.table-borderless) thead th { diff --git a/resources/views/admin/profil.blade.php b/resources/views/admin/profil.blade.php index e200509..bac714e 100755 --- a/resources/views/admin/profil.blade.php +++ b/resources/views/admin/profil.blade.php @@ -95,8 +95,8 @@ class="form-control @error('email', 'updateProfil') is-invalid @enderror"