New groups tab style

This commit is contained in:
Jesús Ángel González 2018-01-15 12:50:49 +01:00 committed by Javier Castro
parent 356ae92bf2
commit cfc4324f0d
3 changed files with 41 additions and 10 deletions

View File

@ -14,10 +14,12 @@ md-list.agents-preview-table.ruleset_rules_row_active:hover,
background-color: rgb(60,174,210); background-color: rgb(60,174,210);
} }
div.agents-preview-table:hover,
md-list.agents-preview-table:hover { md-list.agents-preview-table:hover {
background-color: rgb(60,174,210); background-color: rgb(60,174,210);
} }
div.agents-preview-table:focus,
md-list.agents-preview-table:focus { md-list.agents-preview-table:focus {
border: none; border: none;
outline: none; outline: none;

View File

@ -22,6 +22,19 @@ md-toolbar:not(.md-menu-toolbar) {
padding: 16px !important; padding: 16px !important;
} }
.md-toolbar-tools-groups {
font-size: 15px !important;
font-weight: bold !important;
padding: 16px !important;
min-height: 0px !important;
height: 30px !important;
padding-top: 4px !important;
}
.md-card-content-groups {
padding-bottom: 0px !important;
}
.md-toolbar-tools h1, .md-toolbar-tools h1,
.md-toolbar-tools .wazuh-h2, .md-toolbar-tools .wazuh-h2,
.md-toolbar-tools h3 { .md-toolbar-tools h3 {

View File

@ -230,24 +230,22 @@
.searchButtonCluster { .searchButtonCluster {
pointer-events: none; pointer-events: none;
height: 24px; height: 24px;
border: 1px solid #00B4CC; border: 1px solid #0079a5 !important;;
background: #00B4CC; background: #0079a5 !important;
text-align: center; text-align: center;
color: #fff; color: #fff;
border-radius: 5px 0px 0px 5px;
cursor: pointer; cursor: pointer;
} }
.topPaddingSearch { .topPaddingSearch {
margin-top:10px; margin-top:10px;
margin-bottom: 10px;
} }
.searchBarCluster { .searchBarCluster {
border: 1px solid #00B4CC;
padding: 5px; padding: 5px;
height: 24px; height: 35px;
outline: none; margin-top: none !important;
color: #9DBFAF; margin-right: 0px !important;
border-radius: 0px 5px 5px 0px;
} }
.jsonbeauty2{ .jsonbeauty2{
@ -265,4 +263,22 @@
.own-breadcrumb { .own-breadcrumb {
padding: 15px 15px 0px 20px !important; padding: 15px 15px 0px 20px !important;
} }
.groupsFixPadding {
padding-top: 0px !important;
}
.a-groups {
color: #00445a !important;
}
.groupsButtonNav md-nav-ink-bar {
color: #0078a4 !important;
background: #0078a4 !important;
}
.groupsButtonNav .md-button.md-accent {
color: #0078a4 !important;
}