|
|
@@ -923,4 +923,34 @@ padding-bottom: 0px;
|
|
923
|
923
|
|
|
924
|
924
|
|
|
925
|
925
|
|
|
926
|
|
-/*** End of: Megabar Styler One-Offs ***/
|
|
|
926
|
+/*** End of: Megabar Styler One-Offs ***/
|
|
|
927
|
+
|
|
|
928
|
+
|
|
|
929
|
+
|
|
|
930
|
+
|
|
|
931
|
+
|
|
|
932
|
+
|
|
|
933
|
+
|
|
|
934
|
+
|
|
|
935
|
+#nav-bar { height:16px!important; padding-top:0px!important; padding-bottom:0px!important; }
|
|
|
936
|
+#urlbar-container #back-button {padding-top:0px !important; padding-bottom:0px !important;}
|
|
|
937
|
+#urlbar-container #back-button image { padding:0px !important; }
|
|
|
938
|
+
|
|
|
939
|
+/* Tab bar: adjust height - chrome://browser/skin/browser.css */
|
|
|
940
|
+#tabbrowser-tabs,
|
|
|
941
|
+.tab-background-start[selected=true]::after,
|
|
|
942
|
+.tab-background-start[selected=true]::before,
|
|
|
943
|
+.tab-background-start,
|
|
|
944
|
+.tab-background-end,
|
|
|
945
|
+.tab-background-end[selected=true]::after,
|
|
|
946
|
+.tab-background-end[selected=true]::before {
|
|
|
947
|
+ min-height: 16px!important;
|
|
|
948
|
+}
|
|
|
949
|
+#tabbrowser-tabs {height:16px!important;}
|
|
|
950
|
+#tabbrowser-tabs toolbar button > .toolbarbutton-icon {padding-bottom:0px!important}
|
|
|
951
|
+
|
|
|
952
|
+#PersonalToolbar { height:16px !important; }
|
|
|
953
|
+#personal-bookmarks { min-height:16px !important; }
|
|
|
954
|
+#personal-bookmarks toolbarbutton {padding:0px 0px!important;}
|
|
|
955
|
+#personal-bookmarks .toolbarbutton-icon {margin: 0px 0px 0px 0px !important;}
|
|
|
956
|
+#personal-bookmarks .toolbarbutton-text {margin: 0px 0px 0px 0px !important;}
|