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);
}
stack#titlebar_container.titlebar > stack > headerbar {
border: none;
stack#titlebar_container.titlebar > stack > headerbar,
stack#titlebar_container.titlebar > headerbar.titlebar > deck > headerbar {
border-color: #373737;
}
notebook.main-notebook > header.top {
@ -6138,6 +6139,10 @@ notebook.main-notebook > header.top > tabs > tab:first-child {
border-left-width: 0;
}
notebook.main-notebook webkitwebview {
border-radius: 0 0 14px 14px;
}
window.background.csd > box.vertical > overlay > stack.background {
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);
}
stack#titlebar_container.titlebar > stack > headerbar {
border: none;
stack#titlebar_container.titlebar > stack > headerbar,
stack#titlebar_container.titlebar > headerbar.titlebar > deck > headerbar {
border-color: #373737;
}
notebook.main-notebook > header.top {
@ -6134,6 +6135,10 @@ notebook.main-notebook > header.top > tabs > tab:first-child {
border-left-width: 0;
}
notebook.main-notebook webkitwebview {
border-radius: 0 0 14px 14px;
}
window.background.csd > box.vertical > overlay > stack.background {
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);
}
stack#titlebar_container.titlebar > stack > headerbar {
border: none;
stack#titlebar_container.titlebar > stack > headerbar,
stack#titlebar_container.titlebar > headerbar.titlebar > deck > headerbar {
border-color: #ffffff;
}
notebook.main-notebook > header.top {
@ -6160,6 +6161,10 @@ notebook.main-notebook > header.top > tabs > tab:first-child {
border-left-width: 0;
}
notebook.main-notebook webkitwebview {
border-radius: 0 0 14px 14px;
}
window.background.csd > box.vertical > overlay > stack.background {
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);
}
stack#titlebar_container.titlebar > stack > headerbar {
border: none;
stack#titlebar_container.titlebar > stack > headerbar,
stack#titlebar_container.titlebar > headerbar.titlebar > deck > headerbar {
border-color: #ffffff;
}
notebook.main-notebook > header.top {
@ -6156,6 +6157,10 @@ notebook.main-notebook > header.top > tabs > tab:first-child {
border-left-width: 0;
}
notebook.main-notebook webkitwebview {
border-radius: 0 0 14px 14px;
}
window.background.csd > box.vertical > overlay > stack.background {
border-radius: 0 0 14px 14px;
}

View File

@ -1314,7 +1314,7 @@ $popop_menuitem_radius: $wm_radius - 4px;
text-shadow: none;
color: $alt_fg_color;
&:hover,&:focus { color: $fg_color; background-color: $divider_color; }
&:hover, &:focus { color: $fg_color; background-color: $divider_color; }
&:active {
color: $fg_color;
background-color: $track_color;

View File

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