diff --git a/static/tabs.css b/static/tabs.css index 5e0b6dfbf..20f9f424a 100644 --- a/static/tabs.css +++ b/static/tabs.css @@ -14,7 +14,8 @@ max-width: 175px; min-width: 40px; box-sizing: border-box; - text-shadow: 0 -1px 1px black; + text-shadow: -1px -1px 0 #000; + font-size: 11px; } .tab.active { @@ -22,7 +23,6 @@ } .tab .file-name { - font-size: 11px; display: block; overflow: hidden; white-space: nowrap;