Skip to content

Commit 2c0bc7f

Browse files
committed
Mint-Y: Fix seahorse/libhandy headerbars when multiple are used.
1 parent 89ca146 commit 2c0bc7f

3 files changed

Lines changed: 21 additions & 0 deletions

File tree

src/Mint-Y/gtk-3.0/gtk-dark.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4086,3 +4086,9 @@ window.csd.unified:not(.solid-csd):not(.fullscreen):not(.tiled):not(.tiled-top):
40864086
.windowhandle separator.sidebar:dir(ltr), .windowhandle separator.sidebar.left, .windowhandle separator.sidebar.left:dir(rtl), .windowhandle separator.sidebar:dir(rtl), .windowhandle separator.sidebar.right {
40874087
background-color: #212121;
40884088
margin: 0; }
4089+
4090+
hdyleaflet:last-child headerbar {
4091+
border-top-right-radius: 8px; }
4092+
4093+
hdyleaflet:first-child headerbar {
4094+
border-top-left-radius: 8px; }

src/Mint-Y/gtk-3.0/gtk.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4103,3 +4103,9 @@ window.csd.unified:not(.solid-csd):not(.fullscreen):not(.tiled):not(.tiled-top):
41034103
.windowhandle separator.sidebar:dir(ltr), .windowhandle separator.sidebar.left, .windowhandle separator.sidebar.left:dir(rtl), .windowhandle separator.sidebar:dir(rtl), .windowhandle separator.sidebar.right {
41044104
background-color: #BDBDBD;
41054105
margin: 0; }
4106+
4107+
hdyleaflet:last-child headerbar {
4108+
border-top-right-radius: 8px; }
4109+
4110+
hdyleaflet:first-child headerbar {
4111+
border-top-left-radius: 8px; }

src/Mint-Y/gtk-3.0/sass/_libhandy.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,3 +236,12 @@ window.csd.unified:not(.solid-csd):not(.fullscreen):not(.tiled):not(.tiled-top):
236236
margin: 0;
237237
}
238238
}
239+
240+
hdyleaflet {
241+
&:last-child headerbar {
242+
border-top-right-radius: 8px;
243+
}
244+
&:first-child headerbar {
245+
border-top-left-radius: 8px;
246+
}
247+
}

0 commit comments

Comments
 (0)