Jo funktioniert dann auch unten. Danke dir.
Beiträge von fotorina
-
-
Ich habe die Datei vorher noch nie bearbeitet, kA woher die Einträge kommen:
CSS
Alles anzeigen/* Thunderbird userChrome.css */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); @-moz-document url-prefix("chrome://messenger/content/messenger.xhtml") { /* folder pane */ .tabmail-tab[type="folder"], treechildren::-moz-tree-image(folderNameCol) { list-style-image: url("folder.png") !important; -moz-image-region: rect(0 16px 16px 0) !important; } treechildren::-moz-tree-image(folderNameCol, imapShared-true) { -moz-image-region: rect(0 192px 16px 176px) !important; } treechildren::-moz-tree-image(folderNameCol, newMessages-true) { -moz-image-region: rect(16px 16px 32px 0) !important; } .tabmail-tab[type="folder"][ServerType="nntp"], treechildren::-moz-tree-image(folderNameCol, serverType-nntp) { -moz-image-region: rect(0 160px 16px 144px) !important; } treechildren::-moz-tree-image(folderNameCol, isFeed-true) { list-style-image: url("rss-feed.png") !important; -moz-image-region: rect(32px 16px 48px 0) !important; } .tabmail-tab[type="folder"][IsFeedFolder="true"], treechildren::-moz-tree-image(folderNameCol, isFeedFolder-true) { list-style-image: url("rss-feed-folder.png") !important; -moz-image-region: auto !important; } .tabmail-tab[type="folder"][SpecialFolder="Inbox"], treechildren::-moz-tree-image(folderNameCol, specialFolder-Inbox) { -moz-image-region: rect(0 48px 16px 32px) !important; } treechildren::-moz-tree-image(folderNameCol, specialFolder-Inbox, newMessages-true) { -moz-image-region: rect(16px 48px 32px 32px) !important; } .tabmail-tab[type="folder"][SpecialFolder="Sent"], treechildren::-moz-tree-image(folderNameCol, specialFolder-Sent) { -moz-image-region: rect(0 64px 16px 48px) !important; } .tabmail-tab[type="folder"][SpecialFolder="Outbox"], treechildren::-moz-tree-image(folderNameCol, specialFolder-Outbox) { -moz-image-region: rect(0 80px 16px 64px) !important; } .tabmail-tab[type="folder"][SpecialFolder="Drafts"], treechildren::-moz-tree-image(folderNameCol, specialFolder-Drafts) { -moz-image-region: rect(0 96px 16px 80px) !important; } .tabmail-tab[type="folder"][SpecialFolder="Templates"], treechildren::-moz-tree-image(folderNameCol, specialFolder-Templates) { -moz-image-region: rect(0 112px 16px 96px) !important; } .tabmail-tab[type="folder"][SpecialFolder="Junk"], treechildren::-moz-tree-image(folderNameCol, specialFolder-Junk) { -moz-image-region: rect(0 128px 16px 112px) !important; } .tabmail-tab[type="folder"][SpecialFolder="Trash"], treechildren::-moz-tree-image(folderNameCol, specialFolder-Trash) { -moz-image-region: rect(0 144px 16px 128px) !important; } .tabmail-tab[type="folder"][SpecialFolder="Archive"], treechildren::-moz-tree-image(folderNameCol, specialFolder-Archive) { -moz-image-region: rect(0 208px 16px 192px) !important; } .tabmail-tab[type="folder"][SpecialFolder="Virtual"], treechildren::-moz-tree-image(folderNameCol, specialFolder-Virtual) { -moz-image-region: rect(0 176px 16px 160px) !important; } .tabmail-tab[type="folder"][IsServer="true"], treechildren::-moz-tree-image(folderNameCol, isServer-true) { list-style-image: url("server.png") !important; -moz-image-region: rect(0 16px 16px 0) !important; } treechildren::-moz-tree-image(folderNameCol, isServer-true, biffState-NewMail) { -moz-image-region: rect(16px 16px 32px 0) !important; } .tabmail-tab[type="folder"][IsServer="true"][ServerType="imap"][IsSecure="true"], .tabmail-tab[type="folder"][IsServer="true"][ServerType="pop3"][IsSecure="true"], treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-pop3, isSecure-true), treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-imap, isSecure-true) { -moz-image-region: rect(0 32px 16px 16px) !important; } treechildren::-moz-tree-image(folderNameCol, isServer-true, biffState-NewMail, isSecure-true) { -moz-image-region: rect(16px 32px 32px 16px) !important; } .tabmail-tab[type="folder"][IsServer="true"][ServerType="none"], treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-none) { -moz-image-region: rect(0 48px 16px 32px) !important; } treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-none, biffState-NewMail) { -moz-image-region: rect(16px 48px 32px 32px) !important; } .tabmail-tab[type="folder"][IsServer="true"][ServerType="nntp"], treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-nntp) { -moz-image-region: rect(0 64px 16px 48px) !important; } .tabmail-tab[type="folder"][IsServer="true"][ServerType="nntp"][IsSecure="true"], treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-nntp, isSecure-true) { -moz-image-region: rect(0 80px 16px 64px) !important; } .tabmail-tab[type="folder"][IsServer="true"][ServerType="rss"], treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-rss) { list-style-image: url("rss-feed.png") !important; -moz-image-region: rect(0 16px 16px 0) !important; } }
-
Ah danke, ganz oben funktioniert die Anweisung! Untenr komischerweise nicht.
Dann kann ich ja etwas rumtesten.
-
Hat leider auch keine Auswirkung. Danke dir trotzdem.
-
Mein Code will aber partout nicht funktionieren.
Mal davon abgesehen, das der Code so keinen Sinn macht, teste mal ob er funktioniert, wenn Du das appearance: none !important; hinzu fügst.
Warum macht der keinen Sinn? Ich habe die Selektoren aus der Entwickler-Konsole direkt rauskopiert.
Andere Selektoren (tr[is="thread-row"] oder tr[is="thread-row"] td funktionieren aber auch nicht.
appearance: none !important; hat leider auch keine Wirkung.
Die userChrome.css wird aber definitiv genutzt (wenn ich eine globale Regel einfüge, funktioniert dies).
-
Hallo,
ich versuche gerade den Nachrichtenzeilen (siehe Anhang) mehr padding zu geben. Mein Code will aber partout nicht funktionieren. Jmd. eine Idee?
Bei der Option "Dichte" -> "Standard" ist mir alles leider etwas zu groß.