@@ -1621,23 +1621,50 @@ cursor-handle {
16211621notebook {
16221622 padding : 0 ; }
16231623 notebook .frame {
1624- border : 1px solid # 202023 ; }
1624+ border : 1px solid # 202023 ;
1625+ border-radius : 3px ;
1626+ background-color : # 2e2e33 ; }
16251627 notebook .frame > header {
16261628 margin : -1px ; }
16271629 notebook .frame > header .top {
1628- margin-bottom : 0 ; }
1630+ margin-bottom : 0 ;
1631+ border-top-left-radius : 3px ;
1632+ border-top-right-radius : 3px ; }
1633+ notebook .frame > header .top > tabs {
1634+ border-top-left-radius : 3px ;
1635+ border-top-right-radius : 3px ; }
1636+ notebook .frame > header .top > tabs > tab : first-child {
1637+ border-top-left-radius : 3px ; }
1638+ notebook .frame > header .top > tabs > tab : last-child {
1639+ border-top-right-radius : 3px ; }
16291640 notebook .frame > header .bottom {
1630- margin-top : 0 ; }
1641+ margin-top : 0 ;
1642+ border-bottom-left-radius : 3px ;
1643+ border-bottom-right-radius : 3px ; }
1644+ notebook .frame > header .bottom > tabs {
1645+ border-bottom-left-radius : 3px ;
1646+ border-bottom-right-radius : 3px ; }
1647+ notebook .frame > header .bottom > tabs > tab : first-child {
1648+ border-bottom-left-radius : 3px ; }
1649+ notebook .frame > header .bottom > tabs > tab : last-child {
1650+ border-bottom-right-radius : 3px ; }
16311651 notebook .frame > header .left {
1632- margin-right : 0 ; }
1652+ margin-right : 0 ;
1653+ border-top-left-radius : 3px ;
1654+ border-bottom-left-radius : 3px ; }
16331655 notebook .frame > header .right {
1634- margin-left : 0 ; }
1656+ margin-left : 0 ;
1657+ border-top-right-radius : 3px ;
1658+ border-bottom-right-radius : 3px ; }
16351659 notebook .frame > header .top , notebook .frame > header .bottom {
16361660 padding-left : 0 ;
16371661 padding-right : 0 ; }
16381662 notebook .frame > header .left , notebook .frame > header .right {
16391663 padding-top : 0 ;
16401664 padding-bottom : 0 ; }
1665+ notebook .frame > stack : not (: only-child ): last-child {
1666+ border-bottom-left-radius : 3px ;
1667+ border-bottom-right-radius : 3px ; }
16411668 notebook > stack : not (: only-child ) {
16421669 background-color : # 333339 ; }
16431670 notebook > header {
0 commit comments