mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-07 10:18:57 +00:00
30 lines
691 B
Plaintext
30 lines
691 B
Plaintext
/*
|
|
* Wazuh app - Table header stylesheet
|
|
* Copyright (C) 2018 Wazuh, Inc.
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License as published by
|
|
* the Free Software Foundation; either version 2 of the License, or
|
|
* (at your option) any later version.
|
|
*
|
|
* Find more information about this on the LICENSE file.
|
|
*/
|
|
|
|
.wz-theader-toolbar {
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
background-color: white !important;
|
|
min-height: 36px;
|
|
height: 36px;
|
|
border-bottom: 1px solid #D9D9D9;
|
|
}
|
|
|
|
.wz-theader-color {
|
|
color: black;
|
|
}
|
|
|
|
.wz-theader-sort-icon {
|
|
cursor: pointer;
|
|
color: #b4bcc2;
|
|
}
|