aboutsummaryrefslogtreecommitdiff
path: root/content/skin/overlay.css
blob: 8fc72f15bea03719688b180373c2884c3879ec88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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;
}