Fixing notebook tab radius parameters

This commit is contained in:
Adriano Moura 2016-11-30 04:48:05 -02:00
parent 176ca35978
commit 5f9930129f
1 changed files with 3 additions and 3 deletions

View File

@ -904,7 +904,7 @@ notebook > header.top > tabs > tab {
margin-top: 2px;
margin-bottom: 1px;
border-top-left-radius: 6px 2px;
border-top-left-radius: 2px 6px;
border-top-right-radius: 2px 6px;
}
@ -940,7 +940,7 @@ notebook > header.left > tabs > tab {
margin-left: 2px;
margin-right: 1px;
border-top-left-radius: 2px 6px;
border-top-left-radius: 6px 2px;
border-bottom-left-radius: 6px 2px;
}
@ -978,7 +978,7 @@ notebook > header.bottom > tabs > tab {
margin-top: 0px;
margin-bottom: 1px;
border-bottom-left-radius: 2px 6px;
border-bottom-right-radius: 6px 2px;
border-bottom-right-radius: 2px 6px;
}
notebook > header.bottom > tabs > tab:checked {