@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); .bookmark-item[container], treechildren::-moz-tree-image(container) { fill: green !important; } treechildren::-moz-tree-image(container, OrganizerQuery_BookmarksToolbar) { fill: green !important; } treechildren::-moz-tree-image(container, OrganizerQuery_BookmarksMenu) { fill: green !important; } treechildren::-moz-tree-image(container, OrganizerQuery_UnfiledBookmarks) { fill: green !important; } treechildren::-moz-tree-image(container, livemark) { fill: green !important; } .bookmark-item[container][query], treechildren::-moz-tree-image(container, query) { fill: #0000FF !important; } .tab-background { border-radius: 8px 8px 0px 0px !important; border-image: none !important; } .tab-line { display: none; } .tab-label { font-size: 120%; font-style: italic; } .close-icon { fill: red !important; } /* Taille police barre d'adresse, titre onglets */ #urlbar, tab, menubar > menu { font-size: 18px !important } /* Taille police barre d'adresse seulement */ #urlbar { font-size: 24pt !important } /* Taille police menu Firefox (clic droit), Find Bar, texte dossiers barre personnelle? */ window { font-size: 18px !important } /* Largeur maximale et taille police Search box */ #search-container, #searchbar { max-width: 500px !important; font-size: 16px !important } /* Taille police menus */ menubar, menubutton, menulist, menu, menuitem { font-size: 18px !important } /* Bookmark folders */ menu.bookmark-item, menuitem.bookmark-item { font-size: 18px !important } /* Taille police menu déroulant bouton Afficher vos marque-pages */ #BMB_bookmarksPopup label { font-size: 18px !important } /* Marges barre personnelle */ #PersonalToolbar toolbarbutton { margin: 0 3px 0 3px !important } /* Couleur de fond barres d'adresse, de recherche, findbar */ textbox { background: #EFF4FC !important } /* changer les couleurs du bouton Ouvrir un nouvel onglet (ok FF58) */ .tabs-newtab-button { color: blue !important; background-color: aqua !important; } /* Onglet Actif Noir…*/ .tab-background[selected="true"] { background-attachment: none!important; background-color: black!important; background-image: none!important; }