mirror of
https://github.com/vinceliuice/Colloid-gtk-theme.git
synced 2025-09-15 21:08:39 -07:00
Fixed gnome-web issues
This commit is contained in:
@@ -4942,14 +4942,12 @@ 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;
|
||||
background-color: rgba(255, 255, 255, 0.04);
|
||||
border-radius: 0;
|
||||
margin: 0;
|
||||
padding: 3px 6px;
|
||||
border-bottom: 1px solid rgba(255, 255, 255, 0.12);
|
||||
background-clip: border-box;
|
||||
}
|
||||
|
||||
tabbox > tab button {
|
||||
|
@@ -4933,14 +4933,12 @@ 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;
|
||||
background-color: rgba(0, 0, 0, 0.04);
|
||||
border-radius: 0;
|
||||
margin: 0;
|
||||
padding: 3px 6px;
|
||||
border-bottom: 1px solid rgba(0, 0, 0, 0.12);
|
||||
background-clip: border-box;
|
||||
}
|
||||
|
||||
tabbox > tab button {
|
||||
|
@@ -757,14 +757,15 @@ window.background.csd {
|
||||
************************/
|
||||
|
||||
tabbox { // Gnome 40.0
|
||||
background-color: $background;
|
||||
box-shadow: inset 0 -1px $divider;
|
||||
padding: ($space-size / 2) ($space-size / 2) 0;
|
||||
background-color: $fill;
|
||||
border-radius: 0;
|
||||
margin: 0;
|
||||
padding: $space-size / 2 $space-size;
|
||||
border-bottom: 1px solid $border;
|
||||
background-clip: border-box;
|
||||
|
||||
> tab {
|
||||
@extend %tabs_tab;
|
||||
border-radius: $corner-radius $corner-radius 0 0;
|
||||
border-bottom: none;
|
||||
|
||||
// close button
|
||||
button {
|
||||
|
Reference in New Issue
Block a user