Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
faf5a0aef4
1 changed files with 7 additions and 2 deletions
|
|
@ -934,12 +934,17 @@
|
|||
.webbpm.ervu_dashboard ag-grid-angular .ag-root .ag-cell .ag-cell-wrapper {
|
||||
overflow: hidden;
|
||||
}
|
||||
.webbpm.ervu_dashboard ag-grid-angular :is(.ag-overlay-loading-center, .tooltip-default) {
|
||||
.webbpm.ervu_dashboard :is(.ag-overlay-loading-center, .tooltip-default, .tooltip.show .tooltip-inner) {
|
||||
color: var(--color-text-primary);
|
||||
font-size: var(--size-text-secondary);
|
||||
padding: var(--indent-small) var(--indent-base);
|
||||
border: 0;
|
||||
border-radius: var(--indent-xbase);
|
||||
border-radius:var(--indent-xbase);
|
||||
background-color: var(--color-dark-20);
|
||||
}
|
||||
.webbpm.ervu_dashboard .tooltip .arrow {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.webbpm.ervu_dashboard grid-v2.grid-rating ag-grid-angular .ag-row {
|
||||
font-size: var(--size-text-subtitle);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue