Replacing blue default color ... as a test
This commit is contained in:
parent
9fd4597d87
commit
457ba73805
122
css/theme.css
122
css/theme.css
|
@ -151,12 +151,12 @@ sup {
|
|||
top: -.5em; }
|
||||
|
||||
a {
|
||||
color: #007bff;
|
||||
color: #7852B2;
|
||||
text-decoration: none;
|
||||
background-color: transparent;
|
||||
-webkit-text-decoration-skip: objects; }
|
||||
a:hover {
|
||||
color: #0056b3;
|
||||
color: #54397f;
|
||||
text-decoration: underline; }
|
||||
|
||||
a:not([href]):not([tabindex]) {
|
||||
|
@ -946,13 +946,13 @@ pre {
|
|||
.table-primary,
|
||||
.table-primary > th,
|
||||
.table-primary > td {
|
||||
background-color: #b8daff; }
|
||||
background-color: #d9cfe9; }
|
||||
|
||||
.table-hover .table-primary:hover {
|
||||
background-color: #9fcdff; }
|
||||
background-color: #cbbee1; }
|
||||
.table-hover .table-primary:hover > td,
|
||||
.table-hover .table-primary:hover > th {
|
||||
background-color: #9fcdff; }
|
||||
background-color: #cbbee1; }
|
||||
|
||||
.table-secondary,
|
||||
.table-secondary > th,
|
||||
|
@ -1143,7 +1143,7 @@ pre {
|
|||
.wpcf7 textarea:focus, .wpcf7 .wpcf7-validation-errors:focus {
|
||||
color: #495057;
|
||||
background-color: #fff;
|
||||
border-color: #80bdff;
|
||||
border-color: #bdaad9;
|
||||
outline: none; }
|
||||
.form-control::placeholder, .wpcf7 input[type=text]::placeholder,
|
||||
.wpcf7 input[type=search]::placeholder,
|
||||
|
@ -2073,7 +2073,7 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
|
|||
text-decoration: none; }
|
||||
.btn:focus, .wpcf7 input[type=submit]:focus, .btn.focus, .wpcf7 input.focus[type=submit] {
|
||||
outline: 0;
|
||||
box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25); }
|
||||
box-shadow: 0 0 0 3px rgba(120, 82, 178, 0.25); }
|
||||
.btn.disabled, .wpcf7 input.disabled[type=submit], .btn:disabled, .wpcf7 input[type=submit]:disabled {
|
||||
opacity: .65; }
|
||||
.btn:active, .wpcf7 input[type=submit]:active, .btn.active, .wpcf7 input.active[type=submit] {
|
||||
|
@ -2085,22 +2085,22 @@ fieldset[disabled] a.btn {
|
|||
|
||||
.btn-primary {
|
||||
color: #fff;
|
||||
background-color: #007bff;
|
||||
border-color: #007bff; }
|
||||
background-color: #7852B2;
|
||||
border-color: #7852B2; }
|
||||
.btn-primary:hover {
|
||||
color: #fff;
|
||||
background-color: #0069d9;
|
||||
border-color: #0062cc; }
|
||||
background-color: #664499;
|
||||
border-color: #604091; }
|
||||
.btn-primary:focus, .btn-primary.focus {
|
||||
box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5); }
|
||||
box-shadow: 0 0 0 3px rgba(120, 82, 178, 0.5); }
|
||||
.btn-primary.disabled, .btn-primary:disabled {
|
||||
background-color: #007bff;
|
||||
border-color: #007bff; }
|
||||
background-color: #7852B2;
|
||||
border-color: #7852B2; }
|
||||
.btn-primary:active, .btn-primary.active,
|
||||
.show > .btn-primary.dropdown-toggle {
|
||||
background-color: #0069d9;
|
||||
background-color: #664499;
|
||||
background-image: none;
|
||||
border-color: #0062cc; }
|
||||
border-color: #604091; }
|
||||
|
||||
.btn-secondary {
|
||||
color: #fff;
|
||||
|
@ -2236,25 +2236,25 @@ fieldset[disabled] a.btn {
|
|||
border-color: #1d2124; }
|
||||
|
||||
.btn-outline-primary, .wpcf7 input[type=submit] {
|
||||
color: #007bff;
|
||||
color: #7852B2;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
border-color: #007bff; }
|
||||
border-color: #7852B2; }
|
||||
.btn-outline-primary:hover, .wpcf7 input[type=submit]:hover {
|
||||
color: #fff;
|
||||
background-color: #007bff;
|
||||
border-color: #007bff; }
|
||||
background-color: #7852B2;
|
||||
border-color: #7852B2; }
|
||||
.btn-outline-primary:focus, .wpcf7 input[type=submit]:focus, .btn-outline-primary.focus, .wpcf7 input.focus[type=submit] {
|
||||
box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5); }
|
||||
box-shadow: 0 0 0 3px rgba(120, 82, 178, 0.5); }
|
||||
.btn-outline-primary.disabled, .wpcf7 input.disabled[type=submit], .btn-outline-primary:disabled, .wpcf7 input[type=submit]:disabled {
|
||||
color: #007bff;
|
||||
color: #7852B2;
|
||||
background-color: transparent; }
|
||||
.btn-outline-primary:active, .wpcf7 input[type=submit]:active, .btn-outline-primary.active, .wpcf7 input.active[type=submit],
|
||||
.show > .btn-outline-primary.dropdown-toggle, .wpcf7
|
||||
.show > input.dropdown-toggle[type=submit] {
|
||||
color: #fff;
|
||||
background-color: #007bff;
|
||||
border-color: #007bff; }
|
||||
background-color: #7852B2;
|
||||
border-color: #7852B2; }
|
||||
|
||||
.btn-outline-secondary {
|
||||
color: #868e96;
|
||||
|
@ -2398,7 +2398,7 @@ fieldset[disabled] a.btn {
|
|||
|
||||
.btn-link {
|
||||
font-weight: normal;
|
||||
color: #007bff;
|
||||
color: #7852B2;
|
||||
border-radius: 0; }
|
||||
.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
|
||||
background-color: transparent; }
|
||||
|
@ -2408,7 +2408,7 @@ fieldset[disabled] a.btn {
|
|||
.btn-link:hover {
|
||||
border-color: transparent; }
|
||||
.btn-link:focus, .btn-link:hover {
|
||||
color: #0056b3;
|
||||
color: #54397f;
|
||||
text-decoration: underline;
|
||||
background-color: transparent; }
|
||||
.btn-link:disabled {
|
||||
|
@ -2532,7 +2532,7 @@ tbody.collapse.show {
|
|||
.dropdown-item.active, .dropdown-item:active {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
background-color: #007bff; }
|
||||
background-color: #7852B2; }
|
||||
.dropdown-item.disabled, .dropdown-item:disabled {
|
||||
color: #868e96;
|
||||
background-color: transparent; }
|
||||
|
@ -3228,12 +3228,12 @@ tbody.collapse.show {
|
|||
opacity: 0; }
|
||||
.custom-control-input:checked ~ .custom-control-indicator {
|
||||
color: #fff;
|
||||
background-color: #007bff; }
|
||||
background-color: #7852B2; }
|
||||
.custom-control-input:focus ~ .custom-control-indicator {
|
||||
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #007bff; }
|
||||
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #7852B2; }
|
||||
.custom-control-input:active ~ .custom-control-indicator {
|
||||
color: #fff;
|
||||
background-color: #b3d7ff; }
|
||||
background-color: #d8cee9; }
|
||||
.custom-control-input:disabled ~ .custom-control-indicator {
|
||||
background-color: #e9ecef; }
|
||||
.custom-control-input:disabled ~ .custom-control-description {
|
||||
|
@ -3260,7 +3260,7 @@ tbody.collapse.show {
|
|||
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }
|
||||
|
||||
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
|
||||
background-color: #007bff;
|
||||
background-color: #7852B2;
|
||||
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }
|
||||
|
||||
.custom-radio .custom-control-indicator {
|
||||
|
@ -3292,7 +3292,7 @@ tbody.collapse.show {
|
|||
border-radius: 0.25rem;
|
||||
appearance: none; }
|
||||
.custom-select:focus {
|
||||
border-color: #80bdff;
|
||||
border-color: #bdaad9;
|
||||
outline: none; }
|
||||
.custom-select:focus::-ms-value {
|
||||
color: #495057;
|
||||
|
@ -3323,7 +3323,7 @@ tbody.collapse.show {
|
|||
margin: 0;
|
||||
opacity: 0; }
|
||||
.custom-file-input:focus ~ .custom-file-control {
|
||||
box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #007bff; }
|
||||
box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #7852B2; }
|
||||
|
||||
.custom-file-control {
|
||||
position: absolute;
|
||||
|
@ -3403,7 +3403,7 @@ tbody.collapse.show {
|
|||
.nav-pills .nav-link.active,
|
||||
.show > .nav-pills .nav-link {
|
||||
color: #fff;
|
||||
background-color: #007bff; }
|
||||
background-color: #7852B2; }
|
||||
|
||||
.nav-fill .nav-item {
|
||||
flex: 1 1 auto;
|
||||
|
@ -3867,8 +3867,8 @@ tbody.collapse.show {
|
|||
.page-item.active .page-link {
|
||||
z-index: 2;
|
||||
color: #fff;
|
||||
background-color: #007bff;
|
||||
border-color: #007bff; }
|
||||
background-color: #7852B2;
|
||||
border-color: #7852B2; }
|
||||
|
||||
.page-item.disabled .page-link {
|
||||
color: #868e96;
|
||||
|
@ -3882,11 +3882,11 @@ tbody.collapse.show {
|
|||
padding: 0.5rem 0.75rem;
|
||||
margin-left: -1px;
|
||||
line-height: 1.25;
|
||||
color: #007bff;
|
||||
color: #7852B2;
|
||||
background-color: #fff;
|
||||
border: 1px solid #ddd; }
|
||||
.page-link:focus, .page-link:hover {
|
||||
color: #0056b3;
|
||||
color: #54397f;
|
||||
text-decoration: none;
|
||||
background-color: #e9ecef;
|
||||
border-color: #ddd; }
|
||||
|
@ -3942,11 +3942,11 @@ tbody.collapse.show {
|
|||
|
||||
.badge-primary {
|
||||
color: #fff;
|
||||
background-color: #007bff; }
|
||||
background-color: #7852B2; }
|
||||
.badge-primary[href]:focus, .badge-primary[href]:hover {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
background-color: #0062cc; }
|
||||
background-color: #604091; }
|
||||
|
||||
.badge-secondary {
|
||||
color: #fff;
|
||||
|
@ -4038,13 +4038,13 @@ tbody.collapse.show {
|
|||
color: inherit; }
|
||||
|
||||
.alert-primary {
|
||||
color: #004085;
|
||||
background-color: #cce5ff;
|
||||
border-color: #b8daff; }
|
||||
color: #3e2b5d;
|
||||
background-color: #e4dcf0;
|
||||
border-color: #d9cfe9; }
|
||||
.alert-primary hr {
|
||||
border-top-color: #9fcdff; }
|
||||
border-top-color: #cbbee1; }
|
||||
.alert-primary .alert-link {
|
||||
color: #002752; }
|
||||
color: #271b3a; }
|
||||
|
||||
.alert-secondary {
|
||||
color: #464a4e;
|
||||
|
@ -4128,7 +4128,7 @@ tbody.collapse.show {
|
|||
align-items: center;
|
||||
justify-content: center;
|
||||
color: #fff;
|
||||
background-color: #007bff; }
|
||||
background-color: #7852B2; }
|
||||
|
||||
.progress-bar-striped {
|
||||
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
||||
|
@ -4184,8 +4184,8 @@ tbody.collapse.show {
|
|||
.list-group-item.active {
|
||||
z-index: 2;
|
||||
color: #fff;
|
||||
background-color: #007bff;
|
||||
border-color: #007bff; }
|
||||
background-color: #7852B2;
|
||||
border-color: #7852B2; }
|
||||
|
||||
.list-group-flush .list-group-item {
|
||||
border-right: 0;
|
||||
|
@ -4199,22 +4199,22 @@ tbody.collapse.show {
|
|||
border-bottom: 0; }
|
||||
|
||||
.list-group-item-primary {
|
||||
color: #004085;
|
||||
background-color: #b8daff; }
|
||||
color: #3e2b5d;
|
||||
background-color: #d9cfe9; }
|
||||
|
||||
a.list-group-item-primary,
|
||||
button.list-group-item-primary {
|
||||
color: #004085; }
|
||||
color: #3e2b5d; }
|
||||
a.list-group-item-primary:focus, a.list-group-item-primary:hover,
|
||||
button.list-group-item-primary:focus,
|
||||
button.list-group-item-primary:hover {
|
||||
color: #004085;
|
||||
background-color: #9fcdff; }
|
||||
color: #3e2b5d;
|
||||
background-color: #cbbee1; }
|
||||
a.list-group-item-primary.active,
|
||||
button.list-group-item-primary.active {
|
||||
color: #fff;
|
||||
background-color: #004085;
|
||||
border-color: #004085; }
|
||||
background-color: #3e2b5d;
|
||||
border-color: #3e2b5d; }
|
||||
|
||||
.list-group-item-secondary {
|
||||
color: #464a4e;
|
||||
|
@ -4827,10 +4827,10 @@ button.close {
|
|||
vertical-align: text-top !important; }
|
||||
|
||||
.bg-primary {
|
||||
background-color: #007bff !important; }
|
||||
background-color: #7852B2 !important; }
|
||||
|
||||
a.bg-primary:focus, a.bg-primary:hover {
|
||||
background-color: #0062cc !important; }
|
||||
background-color: #604091 !important; }
|
||||
|
||||
.bg-secondary {
|
||||
background-color: #868e96 !important; }
|
||||
|
@ -4899,7 +4899,7 @@ a.bg-dark:focus, a.bg-dark:hover {
|
|||
border-left: 0 !important; }
|
||||
|
||||
.border-primary {
|
||||
border-color: #007bff !important; }
|
||||
border-color: #7852B2 !important; }
|
||||
|
||||
.border-secondary {
|
||||
border-color: #868e96 !important; }
|
||||
|
@ -6620,10 +6620,10 @@ a.bg-dark:focus, a.bg-dark:hover {
|
|||
color: #fff !important; }
|
||||
|
||||
.text-primary {
|
||||
color: #007bff !important; }
|
||||
color: #7852B2 !important; }
|
||||
|
||||
a.text-primary:focus, a.text-primary:hover {
|
||||
color: #0062cc !important; }
|
||||
color: #604091 !important; }
|
||||
|
||||
.text-secondary {
|
||||
color: #868e96 !important; }
|
||||
|
@ -6761,7 +6761,7 @@ a.skip-link {
|
|||
.navbar-dark .navbar-nav .dropdown-menu .nav-link.active, .navbar-dark .navbar-nav .dropdown-menu .nav-link:active {
|
||||
color: #fff !important;
|
||||
text-decoration: none;
|
||||
background-color: #007bff; }
|
||||
background-color: #7852B2; }
|
||||
.navbar-dark .navbar-nav .dropdown-menu .nav-link.disabled, .navbar-dark .navbar-nav .dropdown-menu .nav-link:disabled {
|
||||
color: #868e96 !important;
|
||||
background-color: transparent; }
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -6,4 +6,4 @@
|
|||
// Just add your color code here, compile the theme.scss file to change this color everywhere
|
||||
|
||||
$font-family-sans-serif:Arial, sans-serif;
|
||||
$brand-primary: #7852B2; //#ff6d5a
|
||||
$blue: #7852B2; //#ff6d5a
|
||||
|
|
Reference in New Issue