roundabout,
created on Friday, 8 April 2016, 05:59:49 (1460095189),
received on Sunday, 11 May 2025, 13:21:55 (1746969715)
Author identity: nana4 <hnmaigo@gmail.com>
f126dd0eb2031b3035af4c0651c299bca7369913
gtk-3.0/_common.scss
@@ -1433,18 +1433,13 @@ notebook {
&.top {
border-bottom-style: solid;
> tabs:not(.reorderable-page) { // FIXME: .reorderable-page doesn't work in `tabs`
margin-bottom: -1px;
> tab {
> tabs {
> tab:not(.reorderable-page) {
margin-bottom: -1px;
&:hover { box-shadow: inset 0 -2px $track_color; }
&:checked { box-shadow: inset 0 -2px $selected_bg_color; }
&.reorderable-page {
&:hover { box-shadow: inset 0 -1px $header_borders_color; }
&:checked { box-shadow: inset 0 -1px $header_borders_color; }
}
}
}
}
@@ -1452,17 +1447,12 @@ notebook {
&.bottom {
border-top-style: solid;
> tabs {
margin-top: -1px;
> tab {
> tab:not(.reorderable-page) {
margin-top: -1px;
&:hover { box-shadow: inset 0 2px $track_color; }
&:checked { box-shadow: inset 0 2px $selected_bg_color; }
&.reorderable-page {
&:hover { box-shadow: inset 0 1px $header_borders_color; }
&:checked { box-shadow: inset 0 1px $header_borders_color; }
}
}
}
}
@@ -1470,17 +1460,12 @@ notebook {
&.left {
border-right-style: solid;
> tabs {
margin-right: -1px;
> tab {
> tab:not(.reorderable-page) {
margin-right: -1px;
&:hover { box-shadow: inset -2px 0 $track_color; }
&:checked { box-shadow: inset -2px 0 $selected_bg_color; }
&.reorderable-page {
&:hover { box-shadow: inset -1px 0 $header_borders_color; }
&:checked { box-shadow: inset -1px 0 $header_borders_color; }
}
}
}
}
@@ -1488,17 +1473,12 @@ notebook {
&.right {
border-left-style: solid;
> tabs {
margin-left: -1px;
> tab {
> tab:not(.reorderable-page) {
margin-left: -1px;
&:hover { box-shadow: inset 2px 0 $track_color; }
&:checked { box-shadow: inset 2px 0 $selected_bg_color; }
&.reorderable-page {
&:hover { box-shadow: inset 1px 0 $header_borders_color; }
&:checked { box-shadow: inset 1px 0 $header_borders_color; }
}
}
}
}
gtk-3.0/gtk-dark.css
@@ -1316,52 +1316,36 @@ notebook > header {
background-clip: border-box; }
notebook > header.top {
border-bottom-style: solid; }
notebook > header.top > tabs:not(.reorderable-page) {
notebook > header.top > tabs > tab:not(.reorderable-page) {
margin-bottom: -1px; }
notebook > header.top > tabs:not(.reorderable-page) > tab:hover {
notebook > header.top > tabs > tab:not(.reorderable-page):hover {
box-shadow: inset 0 -2px alpha(currentColor, 0.3); }
notebook > header.top > tabs:not(.reorderable-page) > tab:checked {
notebook > header.top > tabs > tab:not(.reorderable-page):checked {
box-shadow: inset 0 -2px #00BCD4; }
notebook > header.top > tabs:not(.reorderable-page) > tab.reorderable-page:hover {
box-shadow: inset 0 -1px #263136; }
notebook > header.top > tabs:not(.reorderable-page) > tab.reorderable-page:checked {
box-shadow: inset 0 -1px #263136; }
notebook > header.bottom {
border-top-style: solid; }
notebook > header.bottom > tabs {
notebook > header.bottom > tabs > tab:not(.reorderable-page) {
margin-top: -1px; }
notebook > header.bottom > tabs > tab:hover {
notebook > header.bottom > tabs > tab:not(.reorderable-page):hover {
box-shadow: inset 0 2px alpha(currentColor, 0.3); }
notebook > header.bottom > tabs > tab:checked {
notebook > header.bottom > tabs > tab:not(.reorderable-page):checked {
box-shadow: inset 0 2px #00BCD4; }
notebook > header.bottom > tabs > tab.reorderable-page:hover {
box-shadow: inset 0 1px #263136; }
notebook > header.bottom > tabs > tab.reorderable-page:checked {
box-shadow: inset 0 1px #263136; }
notebook > header.left {
border-right-style: solid; }
notebook > header.left > tabs {
notebook > header.left > tabs > tab:not(.reorderable-page) {
margin-right: -1px; }
notebook > header.left > tabs > tab:hover {
notebook > header.left > tabs > tab:not(.reorderable-page):hover {
box-shadow: inset -2px 0 alpha(currentColor, 0.3); }
notebook > header.left > tabs > tab:checked {
notebook > header.left > tabs > tab:not(.reorderable-page):checked {
box-shadow: inset -2px 0 #00BCD4; }
notebook > header.left > tabs > tab.reorderable-page:hover {
box-shadow: inset -1px 0 #263136; }
notebook > header.left > tabs > tab.reorderable-page:checked {
box-shadow: inset -1px 0 #263136; }
notebook > header.right {
border-left-style: solid; }
notebook > header.right > tabs {
notebook > header.right > tabs > tab:not(.reorderable-page) {
margin-left: -1px; }
notebook > header.right > tabs > tab:hover {
notebook > header.right > tabs > tab:not(.reorderable-page):hover {
box-shadow: inset 2px 0 alpha(currentColor, 0.3); }
notebook > header.right > tabs > tab:checked {
notebook > header.right > tabs > tab:not(.reorderable-page):checked {
box-shadow: inset 2px 0 #00BCD4; }
notebook > header.right > tabs > tab.reorderable-page:hover {
box-shadow: inset 1px 0 #263136; }
notebook > header.right > tabs > tab.reorderable-page:checked {
box-shadow: inset 1px 0 #263136; }
notebook > header.top > tabs > arrow {
border-top-style: none; }
notebook > header.bottom > tabs > arrow {
gtk-3.0/gtk.css
@@ -1316,52 +1316,36 @@ notebook > header {
background-clip: border-box; }
notebook > header.top {
border-bottom-style: solid; }
notebook > header.top > tabs:not(.reorderable-page) {
notebook > header.top > tabs > tab:not(.reorderable-page) {
margin-bottom: -1px; }
notebook > header.top > tabs:not(.reorderable-page) > tab:hover {
notebook > header.top > tabs > tab:not(.reorderable-page):hover {
box-shadow: inset 0 -2px alpha(currentColor, 0.3); }
notebook > header.top > tabs:not(.reorderable-page) > tab:checked {
notebook > header.top > tabs > tab:not(.reorderable-page):checked {
box-shadow: inset 0 -2px #00BCD4; }
notebook > header.top > tabs:not(.reorderable-page) > tab.reorderable-page:hover {
box-shadow: inset 0 -1px #c8cdd0; }
notebook > header.top > tabs:not(.reorderable-page) > tab.reorderable-page:checked {
box-shadow: inset 0 -1px #c8cdd0; }
notebook > header.bottom {
border-top-style: solid; }
notebook > header.bottom > tabs {
notebook > header.bottom > tabs > tab:not(.reorderable-page) {
margin-top: -1px; }
notebook > header.bottom > tabs > tab:hover {
notebook > header.bottom > tabs > tab:not(.reorderable-page):hover {
box-shadow: inset 0 2px alpha(currentColor, 0.3); }
notebook > header.bottom > tabs > tab:checked {
notebook > header.bottom > tabs > tab:not(.reorderable-page):checked {
box-shadow: inset 0 2px #00BCD4; }
notebook > header.bottom > tabs > tab.reorderable-page:hover {
box-shadow: inset 0 1px #c8cdd0; }
notebook > header.bottom > tabs > tab.reorderable-page:checked {
box-shadow: inset 0 1px #c8cdd0; }
notebook > header.left {
border-right-style: solid; }
notebook > header.left > tabs {
notebook > header.left > tabs > tab:not(.reorderable-page) {
margin-right: -1px; }
notebook > header.left > tabs > tab:hover {
notebook > header.left > tabs > tab:not(.reorderable-page):hover {
box-shadow: inset -2px 0 alpha(currentColor, 0.3); }
notebook > header.left > tabs > tab:checked {
notebook > header.left > tabs > tab:not(.reorderable-page):checked {
box-shadow: inset -2px 0 #00BCD4; }
notebook > header.left > tabs > tab.reorderable-page:hover {
box-shadow: inset -1px 0 #c8cdd0; }
notebook > header.left > tabs > tab.reorderable-page:checked {
box-shadow: inset -1px 0 #c8cdd0; }
notebook > header.right {
border-left-style: solid; }
notebook > header.right > tabs {
notebook > header.right > tabs > tab:not(.reorderable-page) {
margin-left: -1px; }
notebook > header.right > tabs > tab:hover {
notebook > header.right > tabs > tab:not(.reorderable-page):hover {
box-shadow: inset 2px 0 alpha(currentColor, 0.3); }
notebook > header.right > tabs > tab:checked {
notebook > header.right > tabs > tab:not(.reorderable-page):checked {
box-shadow: inset 2px 0 #00BCD4; }
notebook > header.right > tabs > tab.reorderable-page:hover {
box-shadow: inset 1px 0 #c8cdd0; }
notebook > header.right > tabs > tab.reorderable-page:checked {
box-shadow: inset 1px 0 #c8cdd0; }
notebook > header.top > tabs > arrow {
border-top-style: none; }
notebook > header.bottom > tabs > arrow {