Dieser Code wirkt leider auch auf Unterordner:
Teste mal als erste Zeile diese ↓ Variante.
li[data-server-key="server2"][data-folder-type="archive"] > .container > .name {
Dieser Code wirkt leider auch auf Unterordner:
Teste mal als erste Zeile diese ↓ Variante.
li[data-server-key="server2"][data-folder-type="archive"] > .container > .name {
und die Farbänderung bei Heute, mehrere Wochen, Termine der nächsten...Tage.
Ist es das ↓ was Du meinst?
#calendarViewHeader > div > div > div > button,
#calendarViewHeader > div > div > button,
#calendarViewHeader > div > button {
border-radius: 0 !important;
border: 1px solid #B2B2B2 !important;
background-color: #905B46 !important;
color: #FFF !important;
margin: 1px 1px 1px 0 !important;
}
#calendarViewHeader > div > div > div > button#todayViewButton {
min-height: 24px !important;
max-height: 24px !important;
min-width: 72px !important;
max-width: 72px !important;
background-image: none !important;
padding: 0 !important;
}
#calendarViewHeader > div > div > div > button#todayViewButton:after {
content: "Heute" !important;
padding: 0 !important;
}
#calendarViewHeader > div > div > button[aria-selected="true"] {
border: 1px solid #B2B2B2 !important;
background-color: #006800 !important;
color: #FFF !important;
}
#calendarViewHeader > div > div > button {
min-height: 22px !important;
max-height: 22px !important;
}
#calendarViewHeader > div > div > div > button:hover,
#calendarViewHeader > div > div > button:hover,
#calendarViewHeader > div > div > button[aria-selected="true"]:hover,
#calendarViewHeader > div > button:hover {
border: 1px solid #0082FC !important;
background-color: #D1E2F2 !important;
color: #000 !important;
}
Alles anzeigen
Nennst Du mir bitte den Code für die Zebrastreifen in deinem Suchbereich zwischen den Terminen
Guckst Du da ↓.
treechildren::-moz-tree-row {
border: 1px dotted #B2B2B2 !important;
}
treechildren::-moz-tree-row(selected, focus) {
border: 1px solid #4CB1F9 !important;
}
treechildren::-moz-tree-row {
appearance: none !important;
min-height: 19px !important;
max-height: 19px !important;
height: 19px !important;
padding: 0 !important;
margin: 0 1px 1px 1px !important;
}
treechildren::-moz-tree-cell {
appearance: none !important;
min-height: 19px !important;
max-height: 19px !important;
height: 19px !important;
padding: 0 2px !important;
margin: 0 !important;
}
treechildren::-moz-tree-cell(selected, focus) {
appearance: none !important;
background-color: #006800 !important;
}
treechildren::-moz-tree-cell-text {
appearance: none !important;
min-height: 19px !important;
max-height: 19px !important;
height: 19px !important;
padding: 0 !important;
margin: 0 2px !important;
}
treechildren::-moz-tree-row(selected) {
appearance: none !important;
background-color: #5F5F68 !important;
}
treechildren::-moz-tree-row(selected, focus) {
appearance: none !important;
background-color: #38383D !important;
}
treechildren::-moz-tree-cell-text(selected),
treechildren::-moz-tree-cell-text(selected, focus) {
appearance: none !important;
color: #FFF !important;
}
treechildren::-moz-tree-cell-text(hover),
treechildren::-moz-tree-cell-text(selected, hover),
treechildren::-moz-tree-cell-text(selected, focus, hover) {
appearance: none !important;
color: #000 !important;
}
treechildren::-moz-tree-row(hover),
treechildren::-moz-tree-row(selected, hover),
treechildren::-moz-tree-row(selected, focus, hover) {
appearance: none !important;
background-color: #D1E2F2 !important;
}
Alles anzeigen
Das kopieren bzw. einfügen der userChrome.css hat leider nichts gebracht.
Die userChrome.css heißt auch wirklich so, hier muss die Schreibweise beachtet werden, also userChrome.css und nicht z.B. userchrome.css und genau so verhält es sich mit dem Ordner chrome, der darf nicht Chrome heißen.
Und wenn Du noch eine Lösung für mein/unser oben beschriebenes Problem in der "Hinterhand" hättest, würde das mich/uns sehr glücklich machen...
Leider bekommt der übergeordnete Ordner nicht mehr die Klasse new-messages und die Klasse unread auch nur wenn der übergeordnete Ordner geschlossen ist, eine wirkliche Lösung gibt es demnach derzeit nicht.
Sprich hier schlägt in dem Fall der * Eintrag zu.
*
ul#folderTree > li > ul > li[data-server-type="imap"] li.unread .name,
ul#folderTree > li > ul > li[data-server-type="nntp"] li.unread .name,
ul#folderTree > li > ul > li[data-server-type="pop"] li.unread .name,
ul#folderTree > li > ul > li[data-server-type="none"] li.unread .name {
text-shadow: 1px 1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px 0px 0 #000, 0px 1px 0 #000, -1px 0px 0 #000, 0px -1px 0 #000;
color: #00cc00 !important;
}
Hat leider nichts gebracht, trotzdem danke!
Du meinst doch den ↓ Bereich, oder?
19px:
29px:
Gerade als Helfer achten wir natürlich auf eine "zivilisierte" Ausdrucksweise.
Sorry, aber in diesem Fall nicht, keine Frage, ob man da nicht was machen kann, oder ob es bei seinem Problem mit dem Kalender Abhilfe gibt und das Look and Feel lässt sich schließlich auch ändern/anpassen, deshalb die harsche Reaktion.
Oder hat jemand eine andere Idee wie man sich vor so einem Schrott schützen kann? Danke im Voraus!
Verwende ein Dir genehmes E-Mail-Programm und lass Dein unfletiges Geseiere und nein, dafür gibt es hier keine Tips.
Hast Du vielleicht auch noch einen Tipp, wie man
auf ähnliche Weise den Zeilenabstand in der Suchliste verkleinern kann
Teste bitte das * in der userChrome.css.
*
treechildren::-moz-tree-row {
appearance: none !important;
min-height: 19px !important;
max-height: 19px !important;
height: 19px !important;
}
treechildren::-moz-tree-cell {
appearance: none !important;
min-height: 19px !important;
max-height: 19px !important;
height: 19px !important;
}
treechildren::-moz-tree-cell-text {
appearance: none !important;
min-height: 19px !important;
max-height: 19px !important;
height: 19px !important;
}
Alles anzeigen
kannst Du mir kurz erläutern warum in der ID die Schrägstriche eingefügt werden müßen, wenn es ein = Zeichen dort gibt?
Gibt es ein = Zeichen muss es Escaped werden, warum kann ich leider nicht sagen, ist aber Pflicht, war so auch, als Tb mittels Mnenhy noch das X-Face beherrschte, da musste im String des X-Face das = auch Escaped werden.
Kennt jemand dieses Problem auch und wenn ja, hat jemand vielleicht eine Lösung hierfür parat?
Das Problem ist wohl dieses * CSS in der calendar-unifinder.css und könnte mit diesem ** Eintrag in der userChrome.css überschrieben werden.
*
**
Eventuell musst Du den Wert (192) noch ein wenig anpassen.
1.
Erstelle dazu im Profil einen Ordner Namens chrome, in dem erstellst Du eine Datei Namens userChrome.css und in die fügst Du das ↓ ein.
2.
Ins Profil kommst Du am einfachsten per Menü Hilfe → Informationen zur Fehlerbehebung und dort bei Profilordner auf Ordner öffnen klickst.
3.
Als letztes gehst Du ins Menü Extras → Einstellungen → Allgemein und stellst dort unten bei Konfiguration bearbeiten… die * Pref auf true gestellt?
*
toolkit.legacyUserProfileCustomizations.stylesheets
Wenn Du jetzt Tb neu startest sollte das CSS seine Wirkung zeigen.
Kann man diesen für Thunderbird umstricken?
Aber nicht das was Du uns da geschickt hast, das ist für about:buildconfig.
Das * ist mein CSS für Über Thunderbird und sieht so ** aus.
Vielleicht kannst Du Dir das für Dich anpassen?
#leftBox {
border: 2px solid #B2B2B2 !important;
margin: 0 !important;
}
#rightBox {
min-width: 450px !important;
max-width: 450px !important;
border: 2px solid #B2B2B2 !important;
border-left: 0 !important;
background-image: none !important;
background: url("chrome://branding/content/about-wordmark.svg") no-repeat !important;
background-position: 5px 0px !important;
padding-top: 42px !important;
margin: 0 !important;
}
#rightBox > hbox[align="baseline"] {
margin-top: 7px !important;
margin-left: 3px !important;
}
a#releasenotes {
min-width: 194px !important;
max-width: 194px !important;
border: 1px solid #B2B2B2 !important;
/* background-color: #0082FC !important; */
background: #0082FC url("..//chrome/icons/Bild1.png") no-repeat !important;
background-position: 9px 2px !important;
color: #FFF !important;
padding: 0 5px 2px 34px !important;
}
a#releasenotes:hover {
border: 1px solid #0082FC !important;
/* background-colr: #D1E2F2 !important; */
background: #D1E2F2 url("..//chrome/icons/Bild1.png") no-repeat !important;
background-position: 9px 2px !important;
color: #000 !important;
padding: 0 5px 2px 34px !important;
}
#supernova-logo {
margin-bottom: 5px !important;
margin-left: 5px !important;
}
#detailsBox {
border-top: 2px solid #B2B2B2 !important;
border-bottom: 2px solid #B2B2B2 !important;
padding: 0 0 0 8px !important;
}
.text-blurb a[data-l10n-name="community-mozilla-link"] {
border: 1px solid #B2B2B2 !important;
/* background-color: #0082FC !important; */
background: #0082FC url("..//chrome/icons/Bild68a.png") no-repeat !important;
background-position: 5px 2px !important;
color: #FFF !important;
padding: 1px 5px 1px 28px !important;
}
.text-blurb a[data-l10n-name="community-mozilla-link"]:hover {
border: 1px solid #0082FC !important;
/* background-color: #0082FC !important; */
background: #D1E2F2 url("..//chrome/icons/Bild68a.png") no-repeat !important;
background-position: 5px 2px !important;
color: #000 !important;
}
.text-blurb a[data-l10n-name="community-credits-link"] {
display: block !important;
max-width: 148px !important;
border: 1px solid #B2B2B2 !important;
/* background-color: #0082FC !important; */
background: #0082FC url("..//chrome/icons/Bild46.gif") no-repeat !important;
background-position: 5px 2px !important;
color: #FFF !important;
padding: 1px 5px 1px 28px !important;
}
.text-blurb a[data-l10n-name="community-credits-link"]:hover {
border: 1px solid #0082FC !important;
/* background-color: #0082FC !important; */
background: #D1E2F2 url("..//chrome/icons/Bild46.gif") no-repeat !important;
background-position: 5px 2px !important;
color: #000 !important;
}
.text-blurb a[data-l10n-name="helpus-donate-link"] {
border: 1px solid #B2B2B2 !important;
/* background-color: #0082FC !important; */
background: #0082FC url("..//chrome/icons/geld.png") no-repeat !important;
background-position: 5px 2px !important;
color: #FFF !important;
padding: 1px 5px 1px 28px !important;
}
.text-blurb a[data-l10n-name="helpus-donate-link"]:hover {
border: 1px solid #0082FC !important;
/* background-color: #0082FC !important; */
background: #D1E2F2 url("..//chrome/icons/geld.png") no-repeat !important;
background-position: 5px 2px !important;
color: #000 !important;
}
.text-blurb a[data-l10n-name="helpus-get-involved-link"] {
border: 1px solid #B2B2B2 !important;
/* background-color: #0082FC !important; */
background: #0082FC url("..//chrome/icons/online-hilfe-16.png") no-repeat !important;
background-position: 5px 2px !important;
color: #FFF !important;
padding: 1px 5px 1px 28px !important;
}
.text-blurb a[data-l10n-name="helpus-get-involved-link"]:hover {
border: 1px solid #0082FC !important;
/* background-color: #0082FC !important; */
background: #D1E2F2 url("..//chrome/icons/online-hilfe-16.png") no-repeat !important;
background-position: 5px 2px !important;
color: #000 !important;
}
#agent {
appearance: none !important;
min-height: 89px !important;
max-height: 89px !important;
min-width: 436px !important;
max-width: 436px !important;
border-radius: 0 !important;
border: 2px solid #B2B2B2 !important;
margin: 2px !important;
}
#bottomBox {
border: 2px solid #B2B2B2 !important;
border-top: 0 !important;
padding: 0 !important;
}
a[data-l10n-id="bottom-links-license"] {
min-width: 150px !important;
border: 1px solid #B2B2B2 !important;
background: #0082FC !important;
background: #0082FC url("..//chrome/icons/Bild50.gif") no-repeat !important;
background-position: 5px 2px !important;
color: #FFF !important;
padding: 1px 5px 1px 28px !important;
margin: 5px 5px 0 5px !important;
}
a[data-l10n-id="bottom-links-license"]:hover {
border: 1px solid #0082FC !important;
/* background: #D1E2F2 !important; */
background: #D1E2F2 url("..//chrome/icons/Bild50.gif") no-repeat !important;
background-position: 5px 2px !important;
color: #000 !important;
padding: 1px 5px 1px 28px !important;
}
a[data-l10n-id="bottom-links-rights"] {
border: 1px solid #B2B2B2 !important;
background: #0082FC !important;
background: #0082FC url("..//chrome/icons/Bild48.gif") no-repeat !important;
background-position: 5px 2px !important;
color: #FFF !important;
padding: 1px 5px 1px 28px !important;
margin: 5px 5px 0 5px !important;
}
a[data-l10n-id="bottom-links-rights"]:hover {
border: 1px solid #0082FC !important;
/* background: #D1E2F2 !important; */
background: #D1E2F2 url("..//chrome/icons/Bild48.gif") no-repeat !important;
background-position: 5px 2px !important;
color: #000 !important;
padding: 1px 5px 1px 28px !important;
}
a[data-l10n-id="bottom-links-privacy"] {
border: 1px solid #B2B2B2 !important;
/* background: #0082FC !important; */
background: #0082FC url("..//chrome/icons/privat.png") no-repeat !important;
background-position: 5px 2px !important;
color: #FFF !important;
padding: 1px 5px 1px 28px !important;
margin: 5px 5px 0 5px !important;
}
a[data-l10n-id="bottom-links-privacy"]:hover {
border: 1px solid #0082FC !important;
/* background: #0082FC !important; */
background: #D1E2F2 url("..//chrome/icons/privat.png") no-repeat !important;
background-position: 5px 2px !important;
color: #000 !important;
}
Alles anzeigen
**
1 Beispiel: "Neue Funktionen und Änderungen" sind in einem Button eingefasst und so weiter...
Das kommt aber nicht vom Script, das macht irgendein CSS bei Dir.
Ohne Code bei mir auch. Mein Begehr ist ja, das es in meinem TB so aus sieht wie in meinem o.a. Firefox
Was genau meinst Du?
So sieht es im Browser aus.. du erkennst die Unterschiede?
Sieht bei meinem Fx 118.x aus wie in meinem Tb 115.x.