corrected ColorScheme on WebUI
This commit is contained in:
parent
7b166caf84
commit
ec62eeee1e
@ -21,7 +21,7 @@
|
||||
--white: #fff;
|
||||
--gray: #6c757d;
|
||||
--gray-dark: #343a40;
|
||||
--primary: #FF550B;
|
||||
--primary: #bb1515;
|
||||
--secondary: #303030;
|
||||
--success: #015668;
|
||||
--info: #0F81C7;
|
||||
@ -1450,8 +1450,8 @@ fieldset:disabled a.btn {
|
||||
|
||||
.btn-primary {
|
||||
color: #fff;
|
||||
background-color: #ff550b;
|
||||
border-color: #ff550b;
|
||||
background-color: #bb1515;
|
||||
border-color: #bb1515;
|
||||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075)
|
||||
}
|
||||
|
||||
@ -1469,8 +1469,8 @@ fieldset:disabled a.btn {
|
||||
.btn-primary.disabled,
|
||||
.btn-primary:disabled {
|
||||
color: #fff;
|
||||
background-color: #ff550b;
|
||||
border-color: #ff550b
|
||||
background-color: #bb1515;
|
||||
border-color: #bb1515
|
||||
}
|
||||
|
||||
.btn-primary:not(:disabled):not(.disabled).active,
|
||||
@ -1761,16 +1761,16 @@ fieldset:disabled a.btn {
|
||||
}
|
||||
|
||||
.btn-outline-primary {
|
||||
color: #ff550b;
|
||||
color: #bb1515;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
border-color: #ff550b
|
||||
border-color: #bb1515
|
||||
}
|
||||
|
||||
.btn-outline-primary:hover {
|
||||
color: #fff;
|
||||
background-color: #ff550b;
|
||||
border-color: #ff550b
|
||||
background-color: #bb1515;
|
||||
border-color: #bb1515
|
||||
}
|
||||
|
||||
.btn-outline-primary.focus,
|
||||
@ -1780,7 +1780,7 @@ fieldset:disabled a.btn {
|
||||
|
||||
.btn-outline-primary.disabled,
|
||||
.btn-outline-primary:disabled {
|
||||
color: #ff550b;
|
||||
color: #bb1515;
|
||||
background-color: transparent
|
||||
}
|
||||
|
||||
@ -1788,8 +1788,8 @@ fieldset:disabled a.btn {
|
||||
.btn-outline-primary:not(:disabled):not(.disabled):active,
|
||||
.show>.btn-outline-primary.dropdown-toggle {
|
||||
color: #fff;
|
||||
background-color: #ff550b;
|
||||
border-color: #ff550b
|
||||
background-color: #bb1515;
|
||||
border-color: #bb1515
|
||||
}
|
||||
|
||||
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
|
||||
@ -2335,7 +2335,7 @@ input[type=submit].btn-block {
|
||||
.dropdown-item:active {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
background-color: #ff550b
|
||||
background-color: #bb1515
|
||||
}
|
||||
|
||||
.dropdown-item.disabled,
|
||||
@ -2661,7 +2661,7 @@ input[type=submit].btn-block {
|
||||
|
||||
.custom-control-input:checked~.custom-control-label::before {
|
||||
color: #fff;
|
||||
background-color: #ff550b;
|
||||
background-color: #bb1515;
|
||||
box-shadow: none
|
||||
}
|
||||
|
||||
@ -2720,7 +2720,7 @@ input[type=submit].btn-block {
|
||||
}
|
||||
|
||||
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
|
||||
background-color: #ff550b
|
||||
background-color: #bb1515
|
||||
}
|
||||
|
||||
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
|
||||
@ -2728,7 +2728,7 @@ input[type=submit].btn-block {
|
||||
}
|
||||
|
||||
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
|
||||
background-color: #ff550b;
|
||||
background-color: #bb1515;
|
||||
box-shadow: none
|
||||
}
|
||||
|
||||
@ -2749,7 +2749,7 @@ input[type=submit].btn-block {
|
||||
}
|
||||
|
||||
.custom-radio .custom-control-input:checked~.custom-control-label::before {
|
||||
background-color: #ff550b
|
||||
background-color: #bb1515
|
||||
}
|
||||
|
||||
.custom-radio .custom-control-input:checked~.custom-control-label::after {
|
||||
@ -2898,7 +2898,7 @@ input[type=submit].btn-block {
|
||||
width: 1rem;
|
||||
height: 1rem;
|
||||
margin-top: -.25rem;
|
||||
background-color: #ff550b;
|
||||
background-color: #bb1515;
|
||||
border: 0;
|
||||
border-radius: 1rem;
|
||||
box-shadow: 0 .1rem .25rem rgba(0, 0, 0, .1);
|
||||
@ -2928,7 +2928,7 @@ input[type=submit].btn-block {
|
||||
.custom-range::-moz-range-thumb {
|
||||
width: 1rem;
|
||||
height: 1rem;
|
||||
background-color: #ff550b;
|
||||
background-color: #bb1515;
|
||||
border: 0;
|
||||
border-radius: 1rem;
|
||||
box-shadow: 0 .1rem .25rem rgba(0, 0, 0, .1);
|
||||
@ -2958,7 +2958,7 @@ input[type=submit].btn-block {
|
||||
.custom-range::-ms-thumb {
|
||||
width: 1rem;
|
||||
height: 1rem;
|
||||
background-color: #ff550b;
|
||||
background-color: #bb1515;
|
||||
border: 0;
|
||||
border-radius: 1rem;
|
||||
box-shadow: 0 .1rem .25rem rgba(0, 0, 0, .1);
|
||||
@ -3063,7 +3063,7 @@ input[type=submit].btn-block {
|
||||
.nav-pills .nav-link.active,
|
||||
.nav-pills .show>.nav-link {
|
||||
color: #fff;
|
||||
background-color: #ff550b
|
||||
background-color: #bb1515
|
||||
}
|
||||
|
||||
.nav-fill .nav-item {
|
||||
@ -3905,7 +3905,7 @@ input[type=submit].btn-block {
|
||||
|
||||
.badge-primary {
|
||||
color: #fff;
|
||||
background-color: #ff550b
|
||||
background-color: #bb1515
|
||||
}
|
||||
|
||||
.badge-primary[href]:focus,
|
||||
@ -4185,7 +4185,7 @@ input[type=submit].btn-block {
|
||||
color: #6c757d;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
background-color: #ff550b;
|
||||
background-color: #bb1515;
|
||||
transition: width .6s ease
|
||||
}
|
||||
|
||||
@ -5184,7 +5184,7 @@ button.close {
|
||||
}
|
||||
|
||||
.bg-primary {
|
||||
background-color: #ff550b !important
|
||||
background-color: #bb1515 !important
|
||||
}
|
||||
|
||||
a.bg-primary:focus,
|
||||
@ -5320,7 +5320,7 @@ button.bg-dark:hover {
|
||||
}
|
||||
|
||||
.border-primary {
|
||||
border-color: #ff550b !important
|
||||
border-color: #bb1515 !important
|
||||
}
|
||||
|
||||
.border-secondary {
|
||||
@ -8234,7 +8234,7 @@ button.bg-dark:hover {
|
||||
}
|
||||
|
||||
.text-primary {
|
||||
color: #ff550b !important
|
||||
color: #bb1515 !important
|
||||
}
|
||||
|
||||
a.text-primary:focus,
|
||||
|
Loading…
x
Reference in New Issue
Block a user