Browse Source

improve text visibility

pull/1/head
Muhammad Sulaiman Yusuf 2 years ago
parent
commit
06ebd59075
  1. 20
      src/assets/css/custom.css

20
src/assets/css/custom.css

@ -19,7 +19,7 @@ body.loading .loading-overlay{
} }
.container-header { .container-header {
background-color: #3DB9D380; background-color: #008eb9;
width: 100%; width: 100%;
box-sizing: border-box; box-sizing: border-box;
padding: 2px; padding: 2px;
@ -113,15 +113,15 @@ body.loading .loading-overlay{
} }
.icon-toolbar { .icon-toolbar {
color: rgba(255, 255, 255, 0.726); color: #ffffff;
} }
.icon-toolbar:hover { .icon-toolbar:hover {
color: rgb(255, 255, 255); color: #ffffff;
cursor: pointer; cursor: pointer;
} }
.icon-toolbar-separator { .icon-toolbar-separator {
color: rgba(255, 255, 255, 0.726); color: #ffffff;
} }
.btn-icon-toolbar-label { .btn-icon-toolbar-label {
@ -244,3 +244,15 @@ table.dataTable th {
max-height: 100%; max-height: 100%;
width: 100vw; width: 100vw;
} }
.gantt_grid_head_cell {
font-size: 0.75rem;
color: #303030 !important;
font-weight: 900;
}
.gantt_scale_cell {
font-size: 0.75rem;
color: #303030 !important;
font-weight: 500;
}

Loading…
Cancel
Save