diff --git a/frontend/less/espo/custom.less b/frontend/less/espo/custom.less index ff497bcb93..62724331cc 100644 --- a/frontend/less/espo/custom.less +++ b/frontend/less/espo/custom.less @@ -178,6 +178,14 @@ blockquote { font-weight: normal; } +.table tr > th { + font-weight: normal; +} + +.table tr.accented { + background-color: @table-bg-accent; +} + .form-group.hidden-cell { margin-bottom: 0; } diff --git a/frontend/less/espo/variables.less b/frontend/less/espo/variables.less index 30c1f144d1..db96e86c78 100644 --- a/frontend/less/espo/variables.less +++ b/frontend/less/espo/variables.less @@ -84,6 +84,8 @@ @btn-default-bg: @main-gray; @btn-default-border: @main-gray; +@table-bg-accent: #f9f9f9; + @code-bg: #f9f9f9; @code-color: @text-color;