aboutsummaryrefslogtreecommitdiff
path: root/content/skin/overlay.css
diff options
context:
space:
mode:
Diffstat (limited to 'content/skin/overlay.css')
-rw-r--r--content/skin/overlay.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/content/skin/overlay.css b/content/skin/overlay.css
new file mode 100644
index 0000000..8fc72f1
--- /dev/null
+++ b/content/skin/overlay.css
@@ -0,0 +1,16 @@
+@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
+.tab-label {
+ font-size: 0.9em;
+}
+.tab-url-label {
+ -moz-margin-end: 0px;
+ -moz-margin-start: 0px;
+ font-size: 0.7em;
+ color: #777;
+ margin-top: -1px !important;
+ overflow: hidden;
+}
+.tab-url-label:not([fadein]),
+.tabbrowser-tab[pinned] .tab-url-label {
+ display: none;
+}