From a8e7c15e81948410e4458797ec1980121e56c7ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juanjo=20Jim=C3=A9nez?= Date: Thu, 25 Jan 2018 09:17:30 +0100 Subject: [PATCH] Removed old Wazuh App blue color from more app components --- public/less/angular-md.less | 4 ++-- public/less/buttons.less | 16 ++++++------- public/less/common.less | 24 +++++++++---------- public/less/main.less | 4 ++-- public/less/manager.less | 5 ++-- public/less/wazuh-navbar.less | 2 +- .../agents/agents-configuration.html | 7 ++---- 7 files changed, 29 insertions(+), 33 deletions(-) diff --git a/public/less/angular-md.less b/public/less/angular-md.less index 7cd58a653..7909f7a19 100644 --- a/public/less/angular-md.less +++ b/public/less/angular-md.less @@ -36,7 +36,7 @@ md-card-content .ng-binding { } md-input-container>md-select { - background: #3caed2; + background: rgb(0,121,165); border-radius: 3px; color: white; padding: 3px; @@ -93,7 +93,7 @@ md-input-container.md-input-invalid label { md-input-container.md-default-theme label.md-required:after, md-input-container label.md-required:after { - color: #3caed2 !important; + color: rgb(0,121,165) !important; } md-input-container.md-default-theme label, diff --git a/public/less/buttons.less b/public/less/buttons.less index 49f7deeca..5bcfc9e96 100644 --- a/public/less/buttons.less +++ b/public/less/buttons.less @@ -4,11 +4,11 @@ .button-active.md-button:not([disabled]):hover, .buttonBlueLightRuleset.md-button:not([disabled]):hover { - background-color: #3caed2 !important; + background-color: rgb(0,121,165) !important; } .buttonBlueLight { - background-color: #3caed2 !important; + background-color: rgb(0,121,165) !important; color: white !important; box-shadow: none !important; } @@ -29,7 +29,7 @@ } .md-button.buttonMenu { - background-color: #3caed2; + background-color: rgb(0,121,165); color: white; } @@ -38,11 +38,11 @@ button._md-no-style.md-button.md-ink-ripple { } .md-button.buttonBlueLight.md-default-theme:not([disabled]):hover { - background-color: rgb(60,174,210); + background-color: rgb(0,121,165); } .button-disabled { - background: rgb(60,174,210) !important; + background: rgb(0,121,165) !important; color: white !important; } @@ -54,7 +54,7 @@ button._md-no-style.md-button.md-ink-ripple { } .md-button.buttonBlueLightSettings.md-raised.md-primary:not([disabled]):hover{ - background-color: #3caed2 !important; + background-color: rgb(0,121,165) !important; color: white !important; box-shadow: none !important; } @@ -66,7 +66,7 @@ button._md-no-style.md-button.md-ink-ripple { md-select-menu.md-default-theme md-content, md-select-menu md-content, .button-active { - background: #3caed2 !important; + background: rgb(0,121,165) !important; color: white !important; box-shadow: none !important; } @@ -79,5 +79,5 @@ md-select-menu md-content, } .buttonPlayRealTime:hover { - background-color: #3caed2 !important; + background-color: rgb(0,121,165) !important; } diff --git a/public/less/common.less b/public/less/common.less index 935694691..ff130aeea 100644 --- a/public/less/common.less +++ b/public/less/common.less @@ -23,34 +23,34 @@ body._md-toast-animating { .loading-logo-fail { width: 85px; - text-align: center; + text-align: center; } .loading-logo { position:relative ; - top: -157px; + top: -157px; width: 85px; - text-align: center; + text-align: center; } .present-logo { - text-align: center; + text-align: center; } .checks { - text-align: center; + text-align: center; position: relative; - top: -100px; + top: -100px; } .checks-fail { - text-align: center; + text-align: center; position: relative; - top: 10px; + top: 10px; } .healthCheck { - padding-top: 200px; + padding-top: 200px; background-color: #F5F5F5; } @@ -113,7 +113,7 @@ div.uil-ring-css { top: 20px; left: 20px; border-radius: 80px; - box-shadow: 0 3px 0 0 #3caed2; + box-shadow: 0 3px 0 0 rgb(0,121,165); -webkit-transform-origin: 80px 81.5px; transform-origin: 80px 81.5px; -webkit-animation: uil-ring-anim 1.5s linear infinite; @@ -181,7 +181,7 @@ navbar { md-progress-linear.md-default-theme ._md-bar, md-progress-linear ._md-bar { - background-color: #3caed2; + background-color: rgb(0,121,165); } .wazuh-loading md-progress-linear { @@ -202,7 +202,7 @@ md-progress-linear ._md-bar { /* Manager Groups Agents/Files tabs fix */ .md-tab.md-active { - color: rgb(60, 174, 210) !important; + color: rgb(0,121,165) !important; } .directives-color-white { diff --git a/public/less/main.less b/public/less/main.less index 878427757..7f392dd7c 100644 --- a/public/less/main.less +++ b/public/less/main.less @@ -57,7 +57,7 @@ textarea.ng-invalid.ng-dirty, textarea.ng-invalid.ng-touched, select.ng-invalid.ng-dirty, select.ng-invalid.ng-touched { - border-color: #3caed2 !important; + border-color: rgb(0,121,165) !important; } md-autocomplete input::-webkit-input-placeholder, @@ -167,4 +167,4 @@ md-select .md-select-value.md-select-placeholder { .groupsNoMarginTop { margin-top: 0px !important; -} \ No newline at end of file +} diff --git a/public/less/manager.less b/public/less/manager.less index cfbf11466..b58a10af5 100644 --- a/public/less/manager.less +++ b/public/less/manager.less @@ -1,5 +1,5 @@ .horizontal-menu-right .buttonMenu{ - background-color: #3caed2; + background-color: rgb(0,121,165); color: white; } @@ -70,7 +70,7 @@ } .blue { - background-color: #3caed2; + background-color: rgb(0,121,165); } .statusBox.green { @@ -316,4 +316,3 @@ margin: 0px !important; width: 15px; } - diff --git a/public/less/wazuh-navbar.less b/public/less/wazuh-navbar.less index 9ad5877b2..856e9446c 100644 --- a/public/less/wazuh-navbar.less +++ b/public/less/wazuh-navbar.less @@ -61,7 +61,7 @@ li#header_logo { padding-top: 12px; height: 70px; background-color: #00445a !important; - color: #3caed2; + color: rgb(0,121,165); font-size: 14px; } diff --git a/public/templates/agents/agents-configuration.html b/public/templates/agents/agents-configuration.html index 9ce2caffb..0f398a40c 100644 --- a/public/templates/agents/agents-configuration.html +++ b/public/templates/agents/agents-configuration.html @@ -37,11 +37,8 @@

Current group: - {{groupName}} - Click to go to the group details - - -  - Configuration status: + {{groupName}}Click to go to the group details +  – Configuration status: {{isSynchronized ? 'SYNCHRONIZED' : 'NOT SYNCHRONIZED'}}

View JSON