This commit is contained in:
vinceliuice
2022-12-08 12:06:10 +08:00
parent 0b92d2d0b0
commit d970852af7
5 changed files with 6 additions and 8 deletions

View File

@@ -35,7 +35,6 @@
@import 'widgets-3-28/login-dialog'; @import 'widgets-3-28/login-dialog';
@import 'widgets-3-28/message-list'; @import 'widgets-3-28/message-list';
@import 'widgets-3-28/other'; @import 'widgets-3-28/other';
@import 'widgets-3-28/overview';
@import 'widgets-3-28/osd'; @import 'widgets-3-28/osd';
@import 'widgets-3-28/panel'; @import 'widgets-3-28/panel';
@import 'widgets-3-28/popovers'; @import 'widgets-3-28/popovers';

View File

@@ -2,6 +2,6 @@
spacing: $base_spacing * 2; spacing: $base_spacing * 2;
} }
#overviewGroup { #overviewGroup, .controls-manager {
background-color: $osd; background-color: $osd;
} }

View File

@@ -1902,15 +1902,14 @@ popover.background {
} }
notebook { notebook {
background-color: $base;
frame > paned > & > header, frame > paned > & > header,
&.frame > header { background-color: $fill; } &.frame > header { background-color: $fill; }
&, &.frame {
background-color: $base;
border-radius: $modal-radius + $space-size;
}
&.frame { &.frame {
border-radius: $modal-radius + $space-size;
scrolledwindow.frame { scrolledwindow.frame {
border: none; border: none;
} }

View File

@@ -1522,6 +1522,7 @@ window.background { // gnome-terminal 3.32 setting
> box.vertical > box.horizontal > stack { > box.vertical > box.horizontal > stack {
> widget > notebook.frame { > widget > notebook.frame {
border-width: 0; border-width: 0;
border-radius: 0 0 $window-radius 0;
> stack { > stack {
border-bottom-right-radius: $window-radius; border-bottom-right-radius: $window-radius;