From 431bd60edd7f5482f3dc294e7d139cacbb11ca31 Mon Sep 17 00:00:00 2001 From: Valentin Gehrke Date: Fri, 29 May 2015 21:15:39 +0200 Subject: [PATCH] Firefox css added --- uistyle.css | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 uistyle.css diff --git a/uistyle.css b/uistyle.css new file mode 100644 index 0000000..59b9fcf --- /dev/null +++ b/uistyle.css @@ -0,0 +1,41 @@ +mespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); + +.tab-content { + background-color: #333 !important; + border:0; +} + +.tabbrowser-tab .tab-text { + color:#fff; + font-family:"Terminus"; + font-size: 12px; +} + +.tabbrowser-tab[selected] .tab-text { + text-decoration: underline; +} + +#TabsToolbar, .tabbrowser-arrowscrollbox { + background-color: #333 !important; + height: 30px !important; +} + +#nav-bar { + display: none; +} + +.tabs-newtab-button { + display: none; +} + +.tab-text { + text-align: center !important; +} + +.tab-icon-image { + display: none; +} + +.tab-close-button { + display: none; +}