Reset color theme to defaults

This commit is contained in:
koenemann 2017-08-17 15:31:02 +02:00
parent 97d3cb173e
commit 4088877252
4 changed files with 63 additions and 129 deletions

View File

@ -151,12 +151,12 @@ sup {
top: -.5em; } top: -.5em; }
a { a {
color: #28a745; color: #007bff;
text-decoration: none; text-decoration: none;
background-color: transparent; background-color: transparent;
-webkit-text-decoration-skip: objects; } -webkit-text-decoration-skip: objects; }
a:hover { a:hover {
color: #19692c; color: #0056b3;
text-decoration: underline; } text-decoration: underline; }
a:not([href]):not([tabindex]) { a:not([href]):not([tabindex]) {
@ -946,13 +946,13 @@ pre {
.table-primary, .table-primary,
.table-primary > th, .table-primary > th,
.table-primary > td { .table-primary > td {
background-color: #c3e6cb; } background-color: #b8daff; }
.table-hover .table-primary:hover { .table-hover .table-primary:hover {
background-color: #b1dfbb; } background-color: #9fcdff; }
.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th { .table-hover .table-primary:hover > th {
background-color: #b1dfbb; } background-color: #9fcdff; }
.table-secondary, .table-secondary,
.table-secondary > th, .table-secondary > th,
@ -1143,7 +1143,7 @@ pre {
.wpcf7 textarea:focus, .wpcf7 .wpcf7-validation-errors:focus { .wpcf7 textarea:focus, .wpcf7 .wpcf7-validation-errors:focus {
color: #495057; color: #495057;
background-color: #fff; background-color: #fff;
border-color: #71dd8a; border-color: #80bdff;
outline: none; } outline: none; }
.form-control::placeholder, .wpcf7 input[type=text]::placeholder, .form-control::placeholder, .wpcf7 input[type=text]::placeholder,
.wpcf7 input[type=search]::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; } text-decoration: none; }
.btn:focus, .wpcf7 input[type=submit]:focus, .btn.focus, .wpcf7 input.focus[type=submit] { .btn:focus, .wpcf7 input[type=submit]:focus, .btn.focus, .wpcf7 input.focus[type=submit] {
outline: 0; outline: 0;
box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.25); } box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25); }
.btn.disabled, .wpcf7 input.disabled[type=submit], .btn:disabled, .wpcf7 input[type=submit]:disabled { .btn.disabled, .wpcf7 input.disabled[type=submit], .btn:disabled, .wpcf7 input[type=submit]:disabled {
opacity: .65; } opacity: .65; }
.btn:active, .wpcf7 input[type=submit]:active, .btn.active, .wpcf7 input.active[type=submit] { .btn:active, .wpcf7 input[type=submit]:active, .btn.active, .wpcf7 input.active[type=submit] {
@ -2085,22 +2085,22 @@ fieldset[disabled] a.btn {
.btn-primary { .btn-primary {
color: #fff; color: #fff;
background-color: #28a745; background-color: #007bff;
border-color: #28a745; } border-color: #007bff; }
.btn-primary:hover { .btn-primary:hover {
color: #fff; color: #fff;
background-color: #218838; background-color: #0069d9;
border-color: #1e7e34; } border-color: #0062cc; }
.btn-primary:focus, .btn-primary.focus { .btn-primary:focus, .btn-primary.focus {
box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5); } box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5); }
.btn-primary.disabled, .btn-primary:disabled { .btn-primary.disabled, .btn-primary:disabled {
background-color: #28a745; background-color: #007bff;
border-color: #28a745; } border-color: #007bff; }
.btn-primary:active, .btn-primary.active, .btn-primary:active, .btn-primary.active,
.show > .btn-primary.dropdown-toggle { .show > .btn-primary.dropdown-toggle {
background-color: #218838; background-color: #0069d9;
background-image: none; background-image: none;
border-color: #1e7e34; } border-color: #0062cc; }
.btn-secondary { .btn-secondary {
color: #fff; color: #fff;
@ -2236,25 +2236,25 @@ fieldset[disabled] a.btn {
border-color: #1d2124; } border-color: #1d2124; }
.btn-outline-primary, .wpcf7 input[type=submit] { .btn-outline-primary, .wpcf7 input[type=submit] {
color: #28a745; color: #007bff;
background-color: transparent; background-color: transparent;
background-image: none; background-image: none;
border-color: #28a745; } border-color: #007bff; }
.btn-outline-primary:hover, .wpcf7 input[type=submit]:hover { .btn-outline-primary:hover, .wpcf7 input[type=submit]:hover {
color: #fff; color: #fff;
background-color: #28a745; background-color: #007bff;
border-color: #28a745; } border-color: #007bff; }
.btn-outline-primary:focus, .wpcf7 input[type=submit]:focus, .btn-outline-primary.focus, .wpcf7 input.focus[type=submit] { .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(40, 167, 69, 0.5); } box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5); }
.btn-outline-primary.disabled, .wpcf7 input.disabled[type=submit], .btn-outline-primary:disabled, .wpcf7 input[type=submit]:disabled { .btn-outline-primary.disabled, .wpcf7 input.disabled[type=submit], .btn-outline-primary:disabled, .wpcf7 input[type=submit]:disabled {
color: #28a745; color: #007bff;
background-color: transparent; } background-color: transparent; }
.btn-outline-primary:active, .wpcf7 input[type=submit]:active, .btn-outline-primary.active, .wpcf7 input.active[type=submit], .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 > .btn-outline-primary.dropdown-toggle, .wpcf7
.show > input.dropdown-toggle[type=submit] { .show > input.dropdown-toggle[type=submit] {
color: #fff; color: #fff;
background-color: #28a745; background-color: #007bff;
border-color: #28a745; } border-color: #007bff; }
.btn-outline-secondary { .btn-outline-secondary {
color: #868e96; color: #868e96;
@ -2398,7 +2398,7 @@ fieldset[disabled] a.btn {
.btn-link { .btn-link {
font-weight: normal; font-weight: normal;
color: #28a745; color: #007bff;
border-radius: 0; } border-radius: 0; }
.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled { .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
background-color: transparent; } background-color: transparent; }
@ -2408,7 +2408,7 @@ fieldset[disabled] a.btn {
.btn-link:hover { .btn-link:hover {
border-color: transparent; } border-color: transparent; }
.btn-link:focus, .btn-link:hover { .btn-link:focus, .btn-link:hover {
color: #19692c; color: #0056b3;
text-decoration: underline; text-decoration: underline;
background-color: transparent; } background-color: transparent; }
.btn-link:disabled { .btn-link:disabled {
@ -2532,7 +2532,7 @@ tbody.collapse.show {
.dropdown-item.active, .dropdown-item:active { .dropdown-item.active, .dropdown-item:active {
color: #fff; color: #fff;
text-decoration: none; text-decoration: none;
background-color: #28a745; } background-color: #007bff; }
.dropdown-item.disabled, .dropdown-item:disabled { .dropdown-item.disabled, .dropdown-item:disabled {
color: #868e96; color: #868e96;
background-color: transparent; } background-color: transparent; }
@ -3228,12 +3228,12 @@ tbody.collapse.show {
opacity: 0; } opacity: 0; }
.custom-control-input:checked ~ .custom-control-indicator { .custom-control-input:checked ~ .custom-control-indicator {
color: #fff; color: #fff;
background-color: #28a745; } background-color: #007bff; }
.custom-control-input:focus ~ .custom-control-indicator { .custom-control-input:focus ~ .custom-control-indicator {
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #28a745; } box-shadow: 0 0 0 1px #fff, 0 0 0 3px #007bff; }
.custom-control-input:active ~ .custom-control-indicator { .custom-control-input:active ~ .custom-control-indicator {
color: #fff; color: #fff;
background-color: #9be7ac; } background-color: #b3d7ff; }
.custom-control-input:disabled ~ .custom-control-indicator { .custom-control-input:disabled ~ .custom-control-indicator {
background-color: #e9ecef; } background-color: #e9ecef; }
.custom-control-input:disabled ~ .custom-control-description { .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"); } 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 { .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
background-color: #28a745; background-color: #007bff;
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"); } 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 { .custom-radio .custom-control-indicator {
@ -3292,7 +3292,7 @@ tbody.collapse.show {
border-radius: 0.25rem; border-radius: 0.25rem;
appearance: none; } appearance: none; }
.custom-select:focus { .custom-select:focus {
border-color: #71dd8a; border-color: #80bdff;
outline: none; } outline: none; }
.custom-select:focus::-ms-value { .custom-select:focus::-ms-value {
color: #495057; color: #495057;
@ -3323,7 +3323,7 @@ tbody.collapse.show {
margin: 0; margin: 0;
opacity: 0; } opacity: 0; }
.custom-file-input:focus ~ .custom-file-control { .custom-file-input:focus ~ .custom-file-control {
box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #28a745; } box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #007bff; }
.custom-file-control { .custom-file-control {
position: absolute; position: absolute;
@ -3403,7 +3403,7 @@ tbody.collapse.show {
.nav-pills .nav-link.active, .nav-pills .nav-link.active,
.show > .nav-pills .nav-link { .show > .nav-pills .nav-link {
color: #fff; color: #fff;
background-color: #28a745; } background-color: #007bff; }
.nav-fill .nav-item { .nav-fill .nav-item {
flex: 1 1 auto; flex: 1 1 auto;
@ -3867,8 +3867,8 @@ tbody.collapse.show {
.page-item.active .page-link { .page-item.active .page-link {
z-index: 2; z-index: 2;
color: #fff; color: #fff;
background-color: #28a745; background-color: #007bff;
border-color: #28a745; } border-color: #007bff; }
.page-item.disabled .page-link { .page-item.disabled .page-link {
color: #868e96; color: #868e96;
@ -3882,11 +3882,11 @@ tbody.collapse.show {
padding: 0.5rem 0.75rem; padding: 0.5rem 0.75rem;
margin-left: -1px; margin-left: -1px;
line-height: 1.25; line-height: 1.25;
color: #28a745; color: #007bff;
background-color: #fff; background-color: #fff;
border: 1px solid #ddd; } border: 1px solid #ddd; }
.page-link:focus, .page-link:hover { .page-link:focus, .page-link:hover {
color: #19692c; color: #0056b3;
text-decoration: none; text-decoration: none;
background-color: #e9ecef; background-color: #e9ecef;
border-color: #ddd; } border-color: #ddd; }
@ -3942,11 +3942,11 @@ tbody.collapse.show {
.badge-primary { .badge-primary {
color: #fff; color: #fff;
background-color: #28a745; } background-color: #007bff; }
.badge-primary[href]:focus, .badge-primary[href]:hover { .badge-primary[href]:focus, .badge-primary[href]:hover {
color: #fff; color: #fff;
text-decoration: none; text-decoration: none;
background-color: #1e7e34; } background-color: #0062cc; }
.badge-secondary { .badge-secondary {
color: #fff; color: #fff;
@ -4038,13 +4038,13 @@ tbody.collapse.show {
color: inherit; } color: inherit; }
.alert-primary { .alert-primary {
color: #155724; color: #004085;
background-color: #d4edda; background-color: #cce5ff;
border-color: #c3e6cb; } border-color: #b8daff; }
.alert-primary hr { .alert-primary hr {
border-top-color: #b1dfbb; } border-top-color: #9fcdff; }
.alert-primary .alert-link { .alert-primary .alert-link {
color: #0b2e13; } color: #002752; }
.alert-secondary { .alert-secondary {
color: #464a4e; color: #464a4e;
@ -4128,7 +4128,7 @@ tbody.collapse.show {
align-items: center; align-items: center;
justify-content: center; justify-content: center;
color: #fff; color: #fff;
background-color: #28a745; } background-color: #007bff; }
.progress-bar-striped { .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); 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 { .list-group-item.active {
z-index: 2; z-index: 2;
color: #fff; color: #fff;
background-color: #28a745; background-color: #007bff;
border-color: #28a745; } border-color: #007bff; }
.list-group-flush .list-group-item { .list-group-flush .list-group-item {
border-right: 0; border-right: 0;
@ -4199,22 +4199,22 @@ tbody.collapse.show {
border-bottom: 0; } border-bottom: 0; }
.list-group-item-primary { .list-group-item-primary {
color: #155724; color: #004085;
background-color: #c3e6cb; } background-color: #b8daff; }
a.list-group-item-primary, a.list-group-item-primary,
button.list-group-item-primary { button.list-group-item-primary {
color: #155724; } color: #004085; }
a.list-group-item-primary:focus, a.list-group-item-primary:hover, a.list-group-item-primary:focus, a.list-group-item-primary:hover,
button.list-group-item-primary:focus, button.list-group-item-primary:focus,
button.list-group-item-primary:hover { button.list-group-item-primary:hover {
color: #155724; color: #004085;
background-color: #b1dfbb; } background-color: #9fcdff; }
a.list-group-item-primary.active, a.list-group-item-primary.active,
button.list-group-item-primary.active { button.list-group-item-primary.active {
color: #fff; color: #fff;
background-color: #155724; background-color: #004085;
border-color: #155724; } border-color: #004085; }
.list-group-item-secondary { .list-group-item-secondary {
color: #464a4e; color: #464a4e;
@ -4827,10 +4827,10 @@ button.close {
vertical-align: text-top !important; } vertical-align: text-top !important; }
.bg-primary { .bg-primary {
background-color: #28a745 !important; } background-color: #007bff !important; }
a.bg-primary:focus, a.bg-primary:hover { a.bg-primary:focus, a.bg-primary:hover {
background-color: #1e7e34 !important; } background-color: #0062cc !important; }
.bg-secondary { .bg-secondary {
background-color: #868e96 !important; } background-color: #868e96 !important; }
@ -4899,7 +4899,7 @@ a.bg-dark:focus, a.bg-dark:hover {
border-left: 0 !important; } border-left: 0 !important; }
.border-primary { .border-primary {
border-color: #28a745 !important; } border-color: #007bff !important; }
.border-secondary { .border-secondary {
border-color: #868e96 !important; } border-color: #868e96 !important; }
@ -6620,10 +6620,10 @@ a.bg-dark:focus, a.bg-dark:hover {
color: #fff !important; } color: #fff !important; }
.text-primary { .text-primary {
color: #28a745 !important; } color: #007bff !important; }
a.text-primary:focus, a.text-primary:hover { a.text-primary:focus, a.text-primary:hover {
color: #1e7e34 !important; } color: #0062cc !important; }
.text-secondary { .text-secondary {
color: #868e96 !important; } 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 { .navbar-dark .navbar-nav .dropdown-menu .nav-link.active, .navbar-dark .navbar-nav .dropdown-menu .nav-link:active {
color: #fff !important; color: #fff !important;
text-decoration: none; text-decoration: none;
background-color: #28a745; } background-color: #007bff; }
.navbar-dark .navbar-nav .dropdown-menu .nav-link.disabled, .navbar-dark .navbar-nav .dropdown-menu .nav-link:disabled { .navbar-dark .navbar-nav .dropdown-menu .nav-link.disabled, .navbar-dark .navbar-nav .dropdown-menu .nav-link:disabled {
color: #868e96 !important; color: #868e96 !important;
background-color: transparent; } background-color: transparent; }

2
css/theme.min.css vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,69 +1,3 @@
// Use this file to overwrite the basic Bootstrap variables and add your own variables // Use this file to overwrite the basic Bootstrap variables and add your own variables
// To overwrite a Bootstrap variable you don´t have to touch the Bootstrap folder. // To overwrite a Bootstrap variable you don´t have to touch the Bootstrap folder.
// Just copy a variable from /sass/bootstrap/_variables.scss, paste it here and edit the value. // Just copy a variable from /sass/bootstrap/_variables.scss, paste it here and edit the value.
//
// Color system
//
$white: #fff !default;
$gray-100: #f8f9fa !default;
$gray-200: #e9ecef !default;
$gray-300: #dee2e6 !default;
$gray-400: #ced4da !default;
$gray-500: #adb5bd !default;
$gray-600: #868e96 !default;
$gray-700: #495057 !default;
$gray-800: #343a40 !default;
$gray-900: #212529 !default;
$black: #000 !default;
$grays: (
100: $gray-100,
200: $gray-200,
300: $gray-300,
400: $gray-400,
500: $gray-500,
600: $gray-600,
700: $gray-700,
800: $gray-800,
900: $gray-900
) !default;
$blue: #007bff !default;
$indigo: #6610f2 !default;
$purple: #6f42c1 !default;
$pink: #e83e8c !default;
$red: #dc3545 !default;
$orange: #fd7e14 !default;
$yellow: #ffc107 !default;
$green: #28a745 !default;
$teal: #20c997 !default;
$cyan: #17a2b8 !default;
$colors: (
blue: $blue,
indigo: $indigo,
purple: $purple,
pink: $pink,
red: $red,
orange: $orange,
yellow: $yellow,
green: $green,
teal: $teal,
cyan: $cyan,
white: $white,
gray: $gray-600,
gray-dark: $gray-800
) !default;
$theme-colors: (
primary: $green,
secondary: $gray-600,
success: $green,
info: $cyan,
warning: $yellow,
danger: $red,
light: $gray-100,
dark: $gray-800
) !default;