This commit is contained in:
Vince 2020-11-12 23:28:57 +08:00
commit 41451f0823
5 changed files with 30 additions and 9 deletions

View File

@ -28,6 +28,7 @@ ArchLinux:
- sassc. - sassc.
- optipng. - optipng.
- inkscape. - inkscape.
- libglib2.0-dev-bin `ubuntu 20.04`
- libglib2.0-dev. `ubuntu 18.04` `debian 10.03` `linux mint 19` - libglib2.0-dev. `ubuntu 18.04` `debian 10.03` `linux mint 19`
- libxml2-utils. `ubuntu 18.04` `debian 10.03` `linux mint 19` - libxml2-utils. `ubuntu 18.04` `debian 10.03` `linux mint 19`
- glib2-devel. `Fedora` `Redhat` - glib2-devel. `Fedora` `Redhat`
@ -38,7 +39,7 @@ Fedora/RedHat distros:
Ubuntu/Mint/Debian distros: Ubuntu/Mint/Debian distros:
sudo apt install sassc optipng inkscape sudo apt install sassc optipng inkscape libglib2.0-dev-bin
Debian 10: Debian 10:

View File

@ -6049,8 +6049,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 {
@ -6065,6 +6066,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

@ -6071,8 +6071,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 {
@ -6087,6 +6088,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

@ -6067,8 +6067,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 {
@ -6083,6 +6084,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;
}
} }
// //