Pünktlich zum Launch von FF 4: Eine Anleitung zum Entfernen der Favicons, verschieben des Close-Buttons, Stylens der Adress-Bar und der Suche, etc:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 |
/* Tab Arrangement */ .tab-close-button { -moz-box-ordinal-group: 1 !important; } .tab-text { -moz-box-ordinal-group: 2 !important; } .tab-throbber { -moz-box-ordinal-group: 3 !important; } .tab-icon-image { -moz-box-ordinal-group: 4; visibility: hidden !important; } .tabbrowser-tab[pinned] .tab-icon-image { visibility: visible !important; } /* Hide Tab Close Buttons */ .tab-close-button { visibility: hidden !important; } tab:hover .tab-close-button { visibility: visible !important; } /* Hide Toolbar Facicons */ .bookmark-item > .toolbarbutton-icon { display: none !important; } /* Personal Toolbar smaller */ #PersonalToolbar { padding-top: 1px !important; padding-bottom: 2px !important; } /* Personal Bookmarks smaller */ #personal-bookmarks menu, #personal-bookmarks menuitem { max-width: 460px !important; font-size: 10pt !important; } /* Awesome Bar stuff */ #urlbar .autocomplete-history-dropmarker { display: none !important; } .autocomplete-richlistitem:not(:first-child) { border-top: 1px solid #e6e6e6 !important; } .ac-url-text { color: #959595 !important; } .ac-url-text[selected="true"] { color: white !important; } /* Searchbar stuff */ .searchbar-engine-image { visibility: hidden !important; width: 9px !important; } .searchbar-textbox > .autocomplete-textbox-container { background-image: url("chrome://browser/skin/Search.png") !important; background-repeat: no-repeat !important; background-position: 4px 4px !important; } .search-go-button { display: none !important; } /* Sidebar stuff */ sidebarheader { -moz-box-direction: reverse !important; text-align: center !important; padding-right: 26px !important; padding-bottom: 0px !important; } treechildren::-moz-tree-separator { border-top: 1px dashed #6f8b9f !important; } #sidebar-splitter:-moz-window-inactive { -moz-border-end: 1px solid #8B8B8B !important; } |
das Ganze kommt nach
~/Library/Application Support/Firefox/Profiles/xxxxxxx.default/chrome/userChrome.css
Hah, das ist der Code von Aronnax, der die bisherigen GApple-Themes für FF gemacht hat…
siehe mozilla foren:
http://forums.mozillazine.org/viewtopic.php?p=10217723#p10217723
Das mag sein 🙂
keine userChrome.css vorhanden. neu anlegen bringt auch nichts, wird einfach ignoriert 🙁
Stimmt der Pfad, unter dem Du die Datei abgelegt hast? “~” steht für Dein Home-Verzeichnis. Stimmt die Dateiendung? Die muss css lauten, nicht css.txt oder so.
geht wieder! danke…