mirror of
https://github.com/grassmunk/Chicago95.git
synced 2025-07-27 07:34:36 +02:00
GTK3 tab adjustments.
This commit is contained in:
parent
12493207f0
commit
5a4f11f851
@ -1339,7 +1339,7 @@ notebook > stack{
|
|||||||
|
|
||||||
notebook stack box frame {
|
notebook stack box frame {
|
||||||
border: transparent;
|
border: transparent;
|
||||||
box-shadow: none
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
notebook:not(.frame) > stack {
|
notebook:not(.frame) > stack {
|
||||||
@ -1417,6 +1417,7 @@ in the future... */
|
|||||||
notebook > header.top {
|
notebook > header.top {
|
||||||
margin-left: -1px;
|
margin-left: -1px;
|
||||||
margin-right: -1px;
|
margin-right: -1px;
|
||||||
|
border-bottom: 4px solid transparent;
|
||||||
}
|
}
|
||||||
notebook > header.top > tabs {
|
notebook > header.top > tabs {
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
@ -1450,7 +1451,8 @@ notebook > header.top > tabs > tab:checked {
|
|||||||
/* LEFT tabs */
|
/* LEFT tabs */
|
||||||
notebook > header.left {
|
notebook > header.left {
|
||||||
margin-top: -1px;
|
margin-top: -1px;
|
||||||
margin-bottom: -1px;
|
margin-bottom: -1px;
|
||||||
|
border-right: 4px solid transparent;
|
||||||
}
|
}
|
||||||
notebook > header.left > tabs {
|
notebook > header.left > tabs {
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
@ -1492,6 +1494,7 @@ notebook > header.bottom {
|
|||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
margin-right: -3px;
|
margin-right: -3px;
|
||||||
margin-bottom: -2px;
|
margin-bottom: -2px;
|
||||||
|
border-top: 4px solid transparent;
|
||||||
}
|
}
|
||||||
notebook > header.bottom > tabs {
|
notebook > header.bottom > tabs {
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
@ -1529,6 +1532,7 @@ notebook > header.right {
|
|||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
margin-bottom: -3px;
|
margin-bottom: -3px;
|
||||||
margin-right: -2px;
|
margin-right: -2px;
|
||||||
|
border-left: 4px solid transparent;
|
||||||
}
|
}
|
||||||
notebook > header.right > tabs {
|
notebook > header.right > tabs {
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user