wazuh-kibana-app/public/directives/wz-table-header/wz-table-header.less
2018-04-22 22:16:38 +02:00

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;
}