Skip to content

Commit

Permalink
fix(calendar(css)): enlarge categories color stripes
Browse files Browse the repository at this point in the history
Fixes #5301
  • Loading branch information
cgx committed May 11, 2021
1 parent 0b33575 commit e5d9571
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion UI/WebServerResources/scss/core/structure.scss
Expand Up @@ -38,7 +38,7 @@ html * {
top: 0;
bottom: 0;
width: 10%;
z-index: $z-index-view;
z-index: -1;
}

// Group fields of a form
Expand Down
9 changes: 5 additions & 4 deletions UI/WebServerResources/scss/views/SchedulerUI.scss
Expand Up @@ -164,12 +164,13 @@ $quarter_height: 10px;
border-bottom-right-radius: $block_radius;
}
}
}

.text {
position: static;
padding: 3px 1%;
.eventInside .text {
position: static;
padding: 3px 1%;
}
}

}

// Toolbar of all-day events when expanded to display all events
Expand Down

0 comments on commit e5d9571

Please sign in to comment.