diff --git a/wizard/app/styles/brand.css b/wizard/app/styles/brand.css index f652a458..45bf390f 100644 --- a/wizard/app/styles/brand.css +++ b/wizard/app/styles/brand.css @@ -1,40 +1,40 @@ a { - color: #6ec664; + color: #10b981; } .navbar-pf-alt { background: #171717; - border-top: 2px solid #3f9c35; + border-top: 2px solid #047857; } .nav-pf-vertical-alt .list-group-item.active:before { - background: #6ec664; + background: #10b981; } .wizard-pf-steps-indicator .active .wizard-pf-step-number { - background-color: #6ec664; - border-color: #3f9c35; + background-color: #10b981; + border-color: #047857; } .nav-pf-vertical-alt .list-group-item .badge.notifications { - background: #3f9c35; + background: #047857; } .btn-primary { - background-color: #3f9c35; - background-image: linear-gradient(to bottom, #6ec664 0%, #3f9c35 100%); - border-color: #3f9c35; + background-color: #047857; + background-image: linear-gradient(to bottom, #047857 0%, #047857 100%); + border-color: #047857; color: #fff; } .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:focus, .btn-primary.active, .btn-primary.active:hover, btn-primary.active:focus, btn-primary.active:active, btn-primary.active:active:focus { - background-color: #6ec664; - border-color: #3f9c35; + background-color: #10b981; + border-color: #047857; color: #fff; } .progress-bar-success { - background-color: #6ec664; + background-color: #10b981; } html { @@ -42,28 +42,28 @@ html { } .login-pf { - background-color: #3f9c35; + background-color: #047857; overflow-y: auto; } .list-view-pf-left .pficon.list-view-pf-icon-sm, .list-view-pf-left .fa.list-view-pf-icon-sm { - border: 2px solid #6ec664; + border: 2px solid #10b981; } .card-pf-view .card-pf-top-element .card-pf-icon-circle { - border: 2px solid #6ec664; + border: 2px solid #10b981; } .btn-link:hover { - color: #6ec664 !important; + color: #10b981 !important; } .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary { - background: #6ec664; + background: #10b981; } .bootstrap-switch.bootstrap-switch-focused { - border-color: #3f9c35; + border-color: #047857; box-shadow: none; } @@ -73,13 +73,13 @@ html { } .wizard-modal .wizard-pf-sidebar .list-group-item.active > a { - color: #6ec664 !important; + color: #10b981 !important; } .wizard-modal .wizard-pf-sidebar .list-group-item.active > a::after { - color: #6ec664 !important; + color: #10b981 !important; } .wizard-modal .wizard-pf-sidebar .list-group-item.active > a::before { - background: #6ec664 !important; + background: #10b981 !important; } \ No newline at end of file diff --git a/wizard/app/styles/dashboard.css b/wizard/app/styles/dashboard.css index 3ddce56d..ab2278cd 100644 --- a/wizard/app/styles/dashboard.css +++ b/wizard/app/styles/dashboard.css @@ -3,7 +3,7 @@ } .online-green { - border-color: #6ec664 !important; + border-color: #10b981 !important; } .online-red { @@ -11,7 +11,7 @@ } .text-online-green { - color: #6ec664 !important; + color: #10b981 !important; } .text-red { diff --git a/wizard/app/styles/main.css b/wizard/app/styles/main.css index fd2d6e7f..2d8335ac 100644 --- a/wizard/app/styles/main.css +++ b/wizard/app/styles/main.css @@ -1,6 +1,5 @@ body { font-family: "Open Sans", Helvetica, Arial, sans-serif; - background-size: cover !important; background: url('../images/login.svg'); display: none; overflow: hidden; @@ -2593,7 +2592,7 @@ iframe body { } .text-color-green { - color: #6ec664 !important; + color: #10b981 !important; } .text-color-red { @@ -2840,8 +2839,8 @@ iframe body { } .dropping { - border-color: #6ec664 !important; - color: #6ec664 !important; + border-color: #10b981 !important; + color: #10b981 !important; } .loop-keys-index::before { @@ -2896,7 +2895,7 @@ iframe body { } #configurationList > .list-group-item:hover { - border: solid 1px #6ec664 !important; + border: solid 1px #10b981 !important; } .margin-10 { @@ -3078,7 +3077,7 @@ iframe body { } .active-choose-green { - border: 2px solid #3f9c35 !important; + border: 2px solid #047857 !important; margin-top: -1px !important; } @@ -3202,7 +3201,7 @@ iframe body { .success { background-color: #e9f4e9; - border-color: #3f9c35 !important; + border-color: #047857 !important; } .align-items-flex-start { @@ -3537,7 +3536,7 @@ a.black:active { .dropdown-kebab-pf .btn-link:active, .dropdown-kebab-pf .btn-link:focus, .dropdown-kebab-pf .btn-link:hover { - color: #6ec664 !important; + color: #10b981 !important; } .pficon.pficon-service.list-view-pf-icon-sm::before { @@ -3586,7 +3585,7 @@ a.black:active { } #encryptionCss:hover { - color: #6ec664; + color: #10b981; } .modal-backdrop { @@ -3615,11 +3614,11 @@ a.black:active { } #informationSource:hover { - color: #6ec664; + color: #10b981; } #columnModal { - /* color:#6EC664; */ + /* color:#10b981; */ font-weight: 700 !important; font-size: large; } @@ -3719,7 +3718,7 @@ a.black:active { } .card-pf.card-pf-accented { - border-top-color: #6ec664; + border-top-color: #10b981; } .adjust-search-button { diff --git a/wizard/app/styles/trunks.css b/wizard/app/styles/trunks.css index 57f71b5c..44f9f184 100644 --- a/wizard/app/styles/trunks.css +++ b/wizard/app/styles/trunks.css @@ -154,16 +154,6 @@ ul { margin: 0; padding: 0; } -html { - font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, - "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, - "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; - line-height: 1.5; -} -body { - font-family: inherit; - line-height: inherit; -} *, ::after, ::before {