prvi
This commit is contained in:
34
ZpcBulletinBoard/wwwroot/css/site.css
Normal file
34
ZpcBulletinBoard/wwwroot/css/site.css
Normal file
@@ -0,0 +1,34 @@
|
||||
/* Obroba vnosnih polj */
|
||||
input.input-validation-error,
|
||||
textarea.input-validation-error,
|
||||
select.input-validation-error {
|
||||
border-color: #f86c6b;
|
||||
padding-right: 2.0625rem;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center right calc(2.0625rem / 4);
|
||||
background-size: calc(2.0625rem / 2) calc(2.0625rem / 2);
|
||||
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f86c6b' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
|
||||
}
|
||||
|
||||
input.input-validation-error:focus {
|
||||
border-color: #f86c6b;
|
||||
box-shadow: 0 0 0 0.2rem rgba(248, 108, 107, 0.25);
|
||||
}
|
||||
|
||||
.sidenav-icon {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
label.dropdown-item {
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
|
||||
.blockElement {
|
||||
width: 100% !important;
|
||||
position: sticky !important;
|
||||
}
|
||||
|
||||
/* Popravljen zindex da deluje tudi v modalu */
|
||||
.swal2-container {
|
||||
z-index: 1100 !important;
|
||||
}
|
||||
Reference in New Issue
Block a user