mirror of
https://github.com/pi-hole/web.git
synced 2026-05-04 07:27:16 +01:00
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user