fix css patch

master
Dominika Liberda 2021-10-21 14:26:48 +02:00
parent a488b9271b
commit 6f238fdad6
1 changed files with 29 additions and 29 deletions

View File

@ -264,7 +264,7 @@ diff --git a/browser/themes/shared/sidebar.inc.css b/browser/themes/shared/sideb
fill: currentColor;
opacity: 0.8;
--- a/browser/themes/shared/tabs.inc.css 2021-09-28 00:46:31.000000000 +0200
+++ b/browser/themes/shared/tabs.inc.css 2021-10-12 12:02:37.973205172 +0200
+++ b/browser/themes/shared/tabs.inc.css 2021-10-21 00:55:40.676223564 +0200
@@ -44,6 +44,7 @@
#tabbrowser-tabs {
--tab-min-width: 76px;
@ -273,7 +273,20 @@ diff --git a/browser/themes/shared/sidebar.inc.css b/browser/themes/shared/sideb
}
#tabbrowser-tabpanels {
@@ -447,10 +448,11 @@
@@ -90,11 +91,9 @@
margin: 0 !important /* override tabbox.css */;
padding: 0 !important /* override tabbox.css */;
-moz-box-align: stretch;
-}
-
-.tabbrowser-tab {
min-height: var(--tab-min-height);
padding-inline: 2px !important;
+ height: 24px !important;
}
/* tabbrowser-tab keyboard focus */
@@ -447,10 +446,11 @@
.tab-close-button {
-moz-context-properties: fill, fill-opacity;
margin-inline-end: calc(var(--inline-tab-padding) / -2);
@ -288,7 +301,19 @@ diff --git a/browser/themes/shared/sidebar.inc.css b/browser/themes/shared/sideb
}
/* The following rulesets allow showing more of the tab title */
@@ -645,7 +647,7 @@
@@ -541,9 +541,8 @@
.tab-background {
border: 1px none transparent;
background-clip: padding-box;
-}
-
-.tab-background {
+ margin-top: 0;
+ height: 24px;
border-radius: var(--tab-border-radius);
margin-block: var(--tab-block-margin);
}
@@ -645,7 +644,7 @@
#tabbrowser-tabs[haspinnedtabs]:not([positionpinnedtabs]) > #tabbrowser-arrowscrollbox > .tabbrowser-tab[first-visible-unpinned-tab] {
/* Add a gap between the last pinned tab and the first visible tab */
@ -297,7 +322,7 @@ diff --git a/browser/themes/shared/sidebar.inc.css b/browser/themes/shared/sideb
}
.tab-label[attention]:not([selected="true"]) {
@@ -778,5 +780,55 @@
@@ -778,5 +777,55 @@
}
.all-tabs-item > toolbarbutton {
@ -354,31 +379,6 @@ diff --git a/browser/themes/shared/sidebar.inc.css b/browser/themes/shared/sideb
+.tabbrowser-tab > .tab-stack > .tab-content > .tab-label-container > .tab-close-button:hover {
+ list-style-image: url("chrome://browser/skin/tab-close_hover.png") !important;
}
@@ -90,11 +90,9 @@
margin: 0 !important /* override tabbox.css */;
padding: 0 !important /* override tabbox.css */;
-moz-box-align: stretch;
-}
-
-.tabbrowser-tab {
min-height: var(--tab-min-height);
padding-inline: 2px !important;
+ height: 24px !important;
}
/* tabbrowser-tab keyboard focus */
@@ -541,9 +539,8 @@
.tab-background {
border: 1px none transparent;
background-clip: padding-box;
-}
-
-.tab-background {
+ margin-top: 0;
+ height: 24px;
border-radius: var(--tab-border-radius);
margin-block: var(--tab-block-margin);
}
diff --git a/browser/themes/shared/toolbarbutton-icons.inc.css b/browser/themes/shared/toolbarbutton-icons.inc.css
--- a/browser/themes/shared/toolbarbutton-icons.inc.css
+++ b/browser/themes/shared/toolbarbutton-icons.inc.css