mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +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 {
|
||||
|
||||
+20
-6
@@ -467,9 +467,13 @@ p.login-box-msg,
|
||||
#8bf 754px,
|
||||
#000 754px
|
||||
);
|
||||
background-size: 304px 100%, 758px 100%;
|
||||
background-size:
|
||||
304px 100%,
|
||||
758px 100%;
|
||||
background-repeat: no-repeat;
|
||||
background-position: 0 0, 100% 0;
|
||||
background-position:
|
||||
0 0,
|
||||
100% 0;
|
||||
border-radius: 0 0 0 min(75px, var(--sidebar-width));
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
@@ -713,11 +717,19 @@ p.login-box-msg,
|
||||
#000 754px
|
||||
),
|
||||
linear-gradient(#48f, #48f);
|
||||
background-size: calc(304px - var(--sidebar-width)) 50px, 758px 50px, 100% 50px;
|
||||
background-position: 0 4px, 100% 4px, 0 4px;
|
||||
background-size:
|
||||
calc(304px - var(--sidebar-width)) 50px,
|
||||
758px 50px,
|
||||
100% 50px;
|
||||
background-position:
|
||||
0 4px,
|
||||
100% 4px,
|
||||
0 4px;
|
||||
background-repeat: no-repeat;
|
||||
overflow: hidden;
|
||||
transition: all 0.3s ease-in-out, width 0.3s ease-in-out;
|
||||
transition:
|
||||
all 0.3s ease-in-out,
|
||||
width 0.3s ease-in-out;
|
||||
}
|
||||
|
||||
.content {
|
||||
@@ -1736,7 +1748,9 @@ table.dataTable {
|
||||
}
|
||||
.content-wrapper {
|
||||
background-image: linear-gradient(to left, #000 4px, #cce6ff 4px), linear-gradient(#48f, #48f);
|
||||
background-size: var(--gradient-pos) 50px, 100% 50px;
|
||||
background-size:
|
||||
var(--gradient-pos) 50px,
|
||||
100% 50px;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
.content {
|
||||
|
||||
Reference in New Issue
Block a user