diff options
author | evgeny <me@ch1p.com> | 2016-07-03 04:19:31 +0300 |
---|---|---|
committer | evgeny <me@ch1p.com> | 2016-07-03 04:19:31 +0300 |
commit | ead0c2ecb1d1d7624065422b658a1b61079d3fa5 (patch) | |
tree | 7704f9fc24f80505c7bf34e61f02e743e1684a9f /content/skin |
initial
Diffstat (limited to 'content/skin')
-rw-r--r-- | content/skin/overlay-bold.css | 5 | ||||
-rw-r--r-- | content/skin/overlay-small.css | 8 | ||||
-rw-r--r-- | content/skin/overlay.css | 16 |
3 files changed, 29 insertions, 0 deletions
diff --git a/content/skin/overlay-bold.css b/content/skin/overlay-bold.css new file mode 100644 index 0000000..dbed4da --- /dev/null +++ b/content/skin/overlay-bold.css @@ -0,0 +1,5 @@ +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); +.tab-label { + font-weight: bold; + color: #222; +} diff --git a/content/skin/overlay-small.css b/content/skin/overlay-small.css new file mode 100644 index 0000000..7a485bd --- /dev/null +++ b/content/skin/overlay-small.css @@ -0,0 +1,8 @@ +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); +.tab-label { + margin-top: -1px !important; + font-size: 0.8em; +} +.tab-url-label { + margin-top: 1px !important; +} 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; +} |