This commit is contained in:
Vince 2020-11-11 11:49:41 +08:00
parent 2a34b06246
commit 87b2702c5a
6 changed files with 36 additions and 11 deletions

View File

@ -6122,8 +6122,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 {
@ -6138,6 +6139,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;
} }

View File

@ -6118,8 +6118,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 {
@ -6134,6 +6135,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;
} }

View File

@ -6144,8 +6144,9 @@ entry.contacts-postal-entry:focus + entry.contacts-postal-entry {
border-top-color: rgba(103, 164, 233, 0.75); border-top-color: rgba(103, 164, 233, 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: #ffffff;
} }
notebook.main-notebook > header.top { notebook.main-notebook > header.top {
@ -6160,6 +6161,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;
} }

View File

@ -6140,8 +6140,9 @@ entry.contacts-postal-entry:focus + entry.contacts-postal-entry {
border-top-color: rgba(103, 164, 233, 0.75); border-top-color: rgba(103, 164, 233, 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: #ffffff;
} }
notebook.main-notebook > header.top { notebook.main-notebook > header.top {
@ -6156,6 +6157,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;
} }

View File

@ -1650,8 +1650,9 @@ entry.contacts-postal-entry:focus + entry.contacts-postal-entry { border-top-col
// Gnome Web // Gnome Web
// //
stack#titlebar_container.titlebar { stack#titlebar_container.titlebar {
> stack > headerbar { > stack > headerbar,
border: none; > headerbar.titlebar > deck > headerbar { // Gnome 3.38
border-color: $header_bg;
// entry.suggestion.url_entry {} // entry.suggestion.url_entry {}
} }
@ -1671,6 +1672,10 @@ notebook.main-notebook {
} }
} }
} }
webkitwebview {
border-radius: 0 0 $wm_radius $wm_radius;
}
} }
// //