Created
July 23, 2014 15:52
-
-
Save nocd5/a57153062761ca1f8b52 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -r 0ae1d837abbd -r 0bc675381e3a content/css/tabsontop_off.css | |
--- a/content/css/tabsontop_off.css Wed Jul 23 19:27:51 2014 +0900 | |
+++ b/content/css/tabsontop_off.css Wed Jul 23 19:30:33 2014 +0900 | |
@@ -40,7 +40,7 @@ | |
#TabsToolbar, | |
#TabsToolbar:not(:-moz-lwtheme), | |
#main-window[tabsintitlebar][sizemode="normal"] #toolbar-menubar[autohide="true"][inactive="true"]:not([customizing="true"]) ~ #TabsToolbar{ | |
- margin-top: 0px !important; | |
+ margin-top: -18px !important; | |
} | |
#main-window:-moz-lwtheme #navigator-toolbox::after { | |
@@ -49,7 +49,7 @@ | |
#TabsToolbar .tabs-newtab-button, | |
#TabsToolbar .tabbrowser-tab{ | |
- height: 28px; | |
+ height: 43px; | |
} | |
#TabsToolbar .tabbrowser-tabs:not([multibar]) .tabs-newtab-button, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment