diff --git a/web/static/css/main.css b/web/static/css/main.css index 7e4bac4..ba99dfc 100644 --- a/web/static/css/main.css +++ b/web/static/css/main.css @@ -494,6 +494,23 @@ body { } .btn-obrisi-malo:hover { opacity: 0.8; } +/* ghost dugme za brisanje — providna pozadina, crvena ivica i tekst */ +.btn-obrisi-ghost { + display: inline-flex; + align-items: center; + background: transparent; + color: #dc2626; + border: 0.5px solid #fca5a5; + border-radius: 6px; + padding: 4px 12px; + font-size: 12px; + cursor: pointer; + text-decoration: none; + white-space: nowrap; + transition: background 0.2s; +} +.btn-obrisi-ghost:hover { background: rgba(220, 38, 38, 0.08); } + /* opasno dugme (Obriši/Deaktiviraj) — pun format, crveno */ .btn-opasno { display: inline-flex; diff --git a/web/templates/stranice/admin_korisnici.html b/web/templates/stranice/admin_korisnici.html index eae66c0..51eb688 100644 --- a/web/templates/stranice/admin_korisnici.html +++ b/web/templates/stranice/admin_korisnici.html @@ -95,7 +95,7 @@
diff --git a/web/templates/stranice/podesavanja.html b/web/templates/stranice/podesavanja.html index 1c9e411..653a202 100644 --- a/web/templates/stranice/podesavanja.html +++ b/web/templates/stranice/podesavanja.html @@ -158,7 +158,7 @@ diff --git a/web/templates/stranice/podesavanja_izgled.html b/web/templates/stranice/podesavanja_izgled.html index 97268f6..2bbacdd 100644 --- a/web/templates/stranice/podesavanja_izgled.html +++ b/web/templates/stranice/podesavanja_izgled.html @@ -31,7 +31,7 @@ diff --git a/web/templates/stranice/profil_tema.html b/web/templates/stranice/profil_tema.html index 03aee57..c5953ea 100644 --- a/web/templates/stranice/profil_tema.html +++ b/web/templates/stranice/profil_tema.html @@ -96,7 +96,7 @@