diff --git a/custom.css b/custom.css index 3c27112..f57de4d 100644 --- a/custom.css +++ b/custom.css @@ -1,7 +1,7 @@ /* Custom Styles */ #titlebar { -appearance: none !important; + appearance: none !important; } #sidebar-header { @@ -24,7 +24,7 @@ appearance: none !important; } #TabsToolbar { background-image: none !important; /* Windows 7 */ -} +/*} /* /* referenced from what FF does when using some persona themes */ /* :root { diff --git a/userChrome.css b/userChrome.css index 97d7fde..9080532 100644 --- a/userChrome.css +++ b/userChrome.css @@ -28,24 +28,20 @@ /* CSD / Window Controls */ /* @import url("./extensions/window_controls.css"); */ -#nav-bar { - padding-left: 0px !important; -} - /* Bookmark Arrows :: add a little arrow next to folders in bookmarks toolbar */ - @import url("./extensions/bookmark_arrow.css"); */ + @import url("./extensions/bookmark_arrow.css"); /* Superbox Removal :: heavily customize superbox (flat look, colors, smaller entries,...) */ @import url("./extensions/superbox_removal.css"); /* Avatar Size :: change the avatar size for the Firefox Account to what makes sense */ - @import url("./extensions/avatar_size.css"); */ + @import url("./extensions/avatar_size.css"); /* fix sidebar switcher if bookmarks toolbar is hidden */ - @import url("./extensions/fix_hidden_bookmarks.css"); */ + @import url("./extensions/fix_hidden_bookmarks.css"); /* hide sidebar switcher */ - @import url("./extensions/hide_sidebar_switcher.css"); */ + @import url("./extensions/hide_sidebar_switcher.css"); /* END EXTENSIONS ========================================================== */