Ispravke — bezbednost, CSS teme, handleri, sidebar, servis forma
This commit is contained in:
+26
-1
@@ -264,13 +264,31 @@ input[type="text"],
|
||||
input[type="email"],
|
||||
input[type="password"],
|
||||
input[type="number"],
|
||||
textarea,
|
||||
input[type="date"],
|
||||
select {
|
||||
height: 38px;
|
||||
padding: 8px 12px;
|
||||
box-sizing: border-box;
|
||||
line-height: 1.5;
|
||||
background: var(--kartica) !important;
|
||||
color: var(--tekst-glavni) !important;
|
||||
border: 0.5px solid var(--ivica) !important;
|
||||
border-radius: 8px;
|
||||
font-size: 14px;
|
||||
outline: none;
|
||||
transition: border-color 0.2s;
|
||||
}
|
||||
|
||||
textarea {
|
||||
height: auto;
|
||||
min-height: 80px;
|
||||
padding: 8px 12px;
|
||||
box-sizing: border-box;
|
||||
line-height: 1.5;
|
||||
background: var(--kartica) !important;
|
||||
color: var(--tekst-glavni) !important;
|
||||
border: 0.5px solid var(--ivica) !important;
|
||||
border-radius: 8px;
|
||||
font-size: 14px;
|
||||
outline: none;
|
||||
transition: border-color 0.2s;
|
||||
@@ -280,9 +298,16 @@ input[type="text"]:focus,
|
||||
input[type="email"]:focus,
|
||||
input[type="password"]:focus,
|
||||
input[type="number"]:focus,
|
||||
input[type="date"]:focus,
|
||||
textarea:focus,
|
||||
select:focus {
|
||||
border-color: var(--sb-akcent) !important;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
select {
|
||||
width: 100%;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
/* poruka o uspehu — konzistentna za sve teme */
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
:root {
|
||||
color-scheme: light;
|
||||
--pozadina: #f6f8fa;
|
||||
--kartica: #ffffff;
|
||||
--kartica-2: #f0f2f5;
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
:root {
|
||||
color-scheme: dark;
|
||||
--pozadina: #1f2228;
|
||||
--kartica: #22262d;
|
||||
--kartica-2: #2c313a;
|
||||
|
||||
Reference in New Issue
Block a user