mirror of
https://github.com/zen-browser/desktop.git
synced 2025-11-12 05:18:45 +00:00
Add default icon for tabs with no icon
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
diff --git a/browser/themes/shared/tabbrowser/tabs.css b/browser/themes/shared/tabbrowser/tabs.css
|
diff --git a/browser/themes/shared/tabbrowser/tabs.css b/browser/themes/shared/tabbrowser/tabs.css
|
||||||
index 9a915ff442cc7f01ddec3fcea931c21e210cac92..82685b07499e919e2cc3aa3b0a35b8f35f3d56cb 100644
|
index 9a915ff442cc7f01ddec3fcea931c21e210cac92..3671d924f05c74e21be60a9acf58e14f69630d53 100644
|
||||||
--- a/browser/themes/shared/tabbrowser/tabs.css
|
--- a/browser/themes/shared/tabbrowser/tabs.css
|
||||||
+++ b/browser/themes/shared/tabbrowser/tabs.css
|
+++ b/browser/themes/shared/tabbrowser/tabs.css
|
||||||
@@ -39,7 +39,7 @@
|
@@ -39,7 +39,7 @@
|
||||||
@@ -29,6 +29,15 @@ index 9a915ff442cc7f01ddec3fcea931c21e210cac92..82685b07499e919e2cc3aa3b0a35b8f3
|
|||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -360,7 +360,7 @@
|
||||||
|
&[selected]:not([src], [pinned], [crashed], [pictureinpicture]),
|
||||||
|
&:not([src], [pinned], [crashed], [sharing], [pictureinpicture]),
|
||||||
|
&[busy] {
|
||||||
|
- display: none;
|
||||||
|
+ /*display: none;*/
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@@ -627,7 +627,7 @@
|
@@ -627,7 +627,7 @@
|
||||||
|
|
||||||
#tabbrowser-tabs[haspinnedtabs]:not([positionpinnedtabs]) > #tabbrowser-arrowscrollbox > .tabbrowser-tab:nth-child(1 of :not([pinned], [hidden])) {
|
#tabbrowser-tabs[haspinnedtabs]:not([positionpinnedtabs]) > #tabbrowser-arrowscrollbox > .tabbrowser-tab:nth-child(1 of :not([pinned], [hidden])) {
|
||||||
|
|||||||
Reference in New Issue
Block a user