Fixing notebook tab radius parameters
This commit is contained in:
parent
176ca35978
commit
5f9930129f
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue