This commit is contained in:
vinceliuice
2022-07-07 16:27:58 +08:00
parent 65f141f226
commit 3626ac79c8
7 changed files with 21 additions and 23 deletions

View File

@@ -4028,13 +4028,13 @@ colorchooser .popover.osd:backdrop {
decoration {
transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1);
border-radius: 12px;
background-color: #2C2C2C;
box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 15px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.75), 0 0 36px transparent;
margin: 8px;
}
.csd decoration {
border: 1px solid rgba(255, 255, 255, 0.1);
background-color: #2C2C2C;
background-clip: border-box;
}
@@ -4942,14 +4942,11 @@ window.background.csd scrolledwindow.contacts-contact-form {
* Epiphany (Gnome Web) *
************************/
tabbox {
background-color: #2C2C2C;
box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12);
padding: 3px 3px 0;
}
tabbox > tab {
border-radius: 6px 6px 0 0;
border-bottom: none;
border: none;
background-color: rgba(255, 255, 255, 0.04);
padding: 3px;
margin: 3px;
border-radius: 9px;
}
tabbox > tab button {

View File

@@ -4028,6 +4028,7 @@ colorchooser .popover.osd:backdrop {
decoration {
transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1);
border-radius: 12px;
background-color: #FFFFFF;
box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 15px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.12), 0 0 36px transparent;
margin: 8px;
}
@@ -4933,14 +4934,11 @@ window.background.csd scrolledwindow.contacts-contact-form {
* Epiphany (Gnome Web) *
************************/
tabbox {
background-color: #FFFFFF;
box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12);
padding: 3px 3px 0;
}
tabbox > tab {
border-radius: 6px 6px 0 0;
border-bottom: none;
border: none;
background-color: rgba(0, 0, 0, 0.04);
padding: 3px;
margin: 3px;
border-radius: 9px;
}
tabbox > tab button {

View File

@@ -4436,6 +4436,7 @@ infobar > revealer > box {
infobar.info > revealer > box, infobar.info:hover > revealer > box, infobar.info:backdrop > revealer > box {
background-color: #2C2C2C;
color: #FFFFFF;
}
infobar.info > revealer > box button, infobar.info > revealer > box button.text-button:not(:disabled), infobar.info:hover > revealer > box button, infobar.info:hover > revealer > box button.text-button:not(:disabled), infobar.info:backdrop > revealer > box button, infobar.info:backdrop > revealer > box button.text-button:not(:disabled) {

View File

@@ -4444,6 +4444,7 @@ infobar > revealer > box {
infobar.info > revealer > box, infobar.info:hover > revealer > box, infobar.info:backdrop > revealer > box {
background-color: #FFFFFF;
color: rgba(0, 0, 0, 0.87);
}
infobar.info > revealer > box button, infobar.info > revealer > box button.text-button:not(:disabled), infobar.info:hover > revealer > box button, infobar.info:hover > revealer > box button.text-button:not(:disabled), infobar.info:backdrop > revealer > box button, infobar.info:backdrop > revealer > box button.text-button:not(:disabled) {

View File

@@ -3669,6 +3669,7 @@ colorchooser .popover.osd {
decoration {
transition: $transition-shadow;
border-radius: $window-radius;
background-color: $background;
@if $rimless == 'true' {
box-shadow: $shadow-z16, 0 0 36px transparent;
@@ -3678,7 +3679,6 @@ decoration {
@if $variant == 'dark' {
.csd & {
border: 1px solid highlight($background);
background-color: $background;
background-clip: border-box;
}
}

View File

@@ -4109,6 +4109,7 @@ infobar {
&:hover > revealer > box,
&:backdrop > revealer > box {
background-color: $base;
color: $text;
button {
&, &.text-button:not(:disabled) { color: $primary; }

View File

@@ -757,14 +757,14 @@ window.background.csd {
************************/
tabbox { // Gnome 40.0
background-color: $background;
box-shadow: inset 0 -1px $divider;
padding: ($space-size / 2) ($space-size / 2) 0;
border: none;
background-color: $fill;
padding: $space-size / 2;
margin: $space-size / 2;
border-radius: $modal-radius + $space-size / 2;
> tab {
@extend %tabs_tab;
border-radius: $corner-radius $corner-radius 0 0;
border-bottom: none;
// close button
button {