Merge pull request #101 from wazuh/3.0-manager-css

More CSS tweaks
This commit is contained in:
Javier Castro 2017-11-28 16:54:18 +01:00 committed by GitHub
commit 8c5cfaa78d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 2 deletions

View File

@ -6,12 +6,15 @@
background-color: rgba(158, 158, 158, 0.2); background-color: rgba(158, 158, 158, 0.2);
} }
md-card-content .ng-binding { md-card-content .ng-binding {
color: rgb(102, 102, 102); color: rgb(102, 102, 102);
} }
/* Fix text color from visualizations tooltips */
.tooltip > .tooltip-inner {
color: white !important;
}
.md-button.md-fab { .md-button.md-fab {
line-height: 5.6rem; line-height: 5.6rem;
min-width: 0; min-width: 0;

View File

@ -128,3 +128,8 @@ md-progress-linear.md-default-theme ._md-bar,
md-progress-linear ._md-bar { md-progress-linear ._md-bar {
background-color: #3caed2; background-color: #3caed2;
} }
/* Manager Groups Agents/Files tabs fix */
.md-tab.md-active {
color: rgb(60, 174, 210) !important;
}