Fix prettier

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König
2023-07-12 22:10:40 +02:00
parent 692696fe40
commit 8ba8486d5f
2 changed files with 34 additions and 11 deletions

View File

@@ -574,7 +574,9 @@ fieldset[disabled] .form-control {
}
.has-success .form-control:focus {
border-color: rgb(73, 143, 75);
box-shadow: rgba(0, 0, 0, 0.07) 0 1px 1px inset, rgb(64, 125, 80) 0 0 6px;
box-shadow:
rgba(0, 0, 0, 0.07) 0 1px 1px inset,
rgb(64, 125, 80) 0 0 6px;
}
.has-success .input-group-addon {
color: rgb(139, 196, 140);
@@ -602,7 +604,9 @@ fieldset[disabled] .form-control {
}
.has-warning .form-control:focus {
border-color: rgb(148, 117, 64);
box-shadow: rgba(0, 0, 0, 0.07) 0 1px 1px inset, rgb(125, 98, 53) 0 0 6px;
box-shadow:
rgba(0, 0, 0, 0.07) 0 1px 1px inset,
rgb(125, 98, 53) 0 0 6px;
}
.has-warning .input-group-addon {
color: rgb(198, 171, 123);
@@ -630,7 +634,9 @@ fieldset[disabled] .form-control {
}
.has-error .form-control:focus {
border-color: rgb(143, 58, 56);
box-shadow: rgba(0, 0, 0, 0.07) 0 1px 1px inset, rgb(111, 45, 44) 0 0 6px;
box-shadow:
rgba(0, 0, 0, 0.07) 0 1px 1px inset,
rgb(111, 45, 44) 0 0 6px;
}
.has-error .input-group-addon {
color: rgb(194, 102, 100);
@@ -1215,7 +1221,9 @@ fieldset[disabled] .btn-link:hover {
.navbar-form {
border-top-color: transparent;
border-bottom-color: transparent;
box-shadow: rgba(24, 26, 27, 0.1) 0 1px 0 inset, rgba(24, 26, 27, 0.1) 0 1px 0;
box-shadow:
rgba(24, 26, 27, 0.1) 0 1px 0 inset,
rgba(24, 26, 27, 0.1) 0 1px 0;
}
@media (min-width: 768px) {
.navbar-form {
@@ -2419,7 +2427,8 @@ div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
box-shadow: rgba(0, 0, 0, 0.5) 0 0 8px;
}
.layout-boxed {
background: linear-gradient(rgba(20, 30, 34, 0.6), rgba(20, 30, 34, 0.6)),
background:
linear-gradient(rgba(20, 30, 34, 0.6), rgba(20, 30, 34, 0.6)),
url(../../img/boxed-bg-dark.png) fixed;
}
.content-wrapper {