Update gtk-dark.css

This commit is contained in:
Vince 2020-11-13 20:34:09 +08:00
parent 41451f0823
commit 3fd4aeb10e

View File

@ -6045,8 +6045,9 @@ entry.contacts-postal-entry:focus + entry.contacts-postal-entry {
border-top-color: rgba(104, 135, 205, 0.75); border-top-color: rgba(104, 135, 205, 0.75);
} }
stack#titlebar_container.titlebar > stack > headerbar { stack#titlebar_container.titlebar > stack > headerbar,
border: none; stack#titlebar_container.titlebar > headerbar.titlebar > deck > headerbar {
border-color: #373737;
} }
notebook.main-notebook > header.top { notebook.main-notebook > header.top {
@ -6061,6 +6062,10 @@ notebook.main-notebook > header.top > tabs > tab:first-child {
border-left-width: 0; border-left-width: 0;
} }
notebook.main-notebook webkitwebview {
border-radius: 0 0 14px 14px;
}
window.background.csd > box.vertical > overlay > stack.background { window.background.csd > box.vertical > overlay > stack.background {
border-radius: 0 0 14px 14px; border-radius: 0 0 14px 14px;
} }