mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-07 10:18:57 +00:00
New groups tab style
This commit is contained in:
parent
356ae92bf2
commit
cfc4324f0d
@ -14,10 +14,12 @@ md-list.agents-preview-table.ruleset_rules_row_active:hover,
|
||||
background-color: rgb(60,174,210);
|
||||
}
|
||||
|
||||
div.agents-preview-table:hover,
|
||||
md-list.agents-preview-table:hover {
|
||||
background-color: rgb(60,174,210);
|
||||
}
|
||||
|
||||
div.agents-preview-table:focus,
|
||||
md-list.agents-preview-table:focus {
|
||||
border: none;
|
||||
outline: none;
|
||||
|
@ -22,6 +22,19 @@ md-toolbar:not(.md-menu-toolbar) {
|
||||
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 .wazuh-h2,
|
||||
.md-toolbar-tools h3 {
|
||||
|
@ -230,24 +230,22 @@
|
||||
.searchButtonCluster {
|
||||
pointer-events: none;
|
||||
height: 24px;
|
||||
border: 1px solid #00B4CC;
|
||||
background: #00B4CC;
|
||||
border: 1px solid #0079a5 !important;;
|
||||
background: #0079a5 !important;
|
||||
text-align: center;
|
||||
color: #fff;
|
||||
border-radius: 5px 0px 0px 5px;
|
||||
cursor: pointer;
|
||||
|
||||
}
|
||||
.topPaddingSearch {
|
||||
margin-top:10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.searchBarCluster {
|
||||
border: 1px solid #00B4CC;
|
||||
padding: 5px;
|
||||
height: 24px;
|
||||
outline: none;
|
||||
color: #9DBFAF;
|
||||
border-radius: 0px 5px 5px 0px;
|
||||
height: 35px;
|
||||
margin-top: none !important;
|
||||
margin-right: 0px !important;
|
||||
}
|
||||
|
||||
.jsonbeauty2{
|
||||
@ -265,4 +263,22 @@
|
||||
|
||||
.own-breadcrumb {
|
||||
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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user