Use slightly rounded corners where bever effects were used
This commit is contained in:
parent
be01844fa0
commit
7ee915b5e6
1 changed files with 2 additions and 0 deletions
|
@ -3389,6 +3389,7 @@ h2 .collapse {
|
|||
}
|
||||
.up_contain:last-child {
|
||||
border:none;
|
||||
border-radius: 0 0 5px 5px;
|
||||
}
|
||||
/* Child boards */
|
||||
.children {
|
||||
|
@ -4048,6 +4049,7 @@ div.cat_bar {
|
|||
padding: 0 0 1em 0;
|
||||
color: var(--neutral-light-color);
|
||||
margin-top: 0;
|
||||
border-radius: 0 10px 0 0;
|
||||
}
|
||||
|
||||
.cat_bar h2 {
|
||||
|
|
Loading…
Reference in a new issue