Beiträge von omar1979
-
-
Funktionieren denn die Button jetzt alle so wie du es gerne wolltest?
Ja danke. Menüleiste und Tableiste sind jetzt OK.
-
Hallo allen..
seit ich Version 95.0 habe, werden keine "Neuer Tab" Tabs mehr nach der Neustart geöffnet.
Ist das bei Allen so, oder nicht? Oder hat das mit der Erweiterung "tabliss" was zu tun?
Ich lasse immer einen "Neuer Tab" Tab offen, damit beim Start der letzte Tab sich nicht aktualisiert.
Besten Dank.
-
Teste bitte:
Danke dir.
-
Heeelp.. ich dreh durch
warum funken die Hover nicht bei den Icons im Tab-Leiste?
CSS
Alles anzeigen/* Neuer Tab Tableiste Icon ändern */ toolbarbutton[id="tabs-newtab-button"] { list-style-image: none !important; background-image: url("file:///C:/Users/askas/AppData/Roaming/Mozilla/Firefox/Profiles/use9514s.default-release/chrome/favicons/neutab.png") !important; background-repeat: no-repeat !important; background-color: blue; fill: white !important; background-repeat: no-repeat !important; background-position: 10px 2px !important; background-size: 20px 20px !important; } toolbarbutton[id="tabs-newtab-button"]:hover { /*background-color: red !important;*/ --toolbarbutton-hover-background: red !important; fill: white !important; }
auf diese 2 Arten funkt es nicht. Habe glaub auch nur mit background: red !important;
versucht.. funkt nicht.. ich weiss garnicht mehr auf wieviel Arten ich versucht habe.
-
Teste bitte, Farben anpassen.
👍 danke.
-
-
Ich wünsche dir weiter viel Erfolg dabei.
Dankeschön
-
CSS
Alles anzeigen/*Für userChromeShadow.css*/ /* TabLeiste Pfeile (nach Links und nach Rechts) ändern */ #tabbrowser-arrowscrollbox::part(scrollbutton-up) { list-style-image: url("file:///C:/Users/askas/AppData/Roaming/Mozilla/Firefox/Profiles/use9514s.default-release/chrome/favicons/arrow-right11.png") !important; transform: scale(0.9, 0.9) !important; background-color: green; margin-top: -6px !important; margin-bottom: -1px !important; padding-top: 2px; padding-bottom: 1px } #tabbrowser-arrowscrollbox::part(scrollbutton-down) { list-style-image: url("file:///C:/Users/askas/AppData/Roaming/Mozilla/Firefox/Profiles/use9514s.default-release/chrome/favicons/arrow-left11.png") !important; transform: scale(0.9, 0.9) !important; background-color: green; margin-top: -6px !important; margin-bottom: -1px !important; padding-top: 2px; padding-bottom: 1px } #tabbrowser-arrowscrollbox::part(scrollbutton-up):hover, #tabbrowser-arrowscrollbox::part(scrollbutton-down):hover { background-color: red !important; } /*Für userChrome.css*/ #TabsToolbar #new-tab-button { list-style-image: url("file:///C:/Users/askas/AppData/Roaming/Mozilla/Firefox/Profiles/use9514s.default-release/chrome/favicons/neutab.png") !important; transform: scale(1.0, 1.0) !important; background-color: blue; margin-top: -0px !important; margin-bottom: 5px !important; padding-top: 0px !important; padding-bottom: 0px !important; } #alltabs-button { list-style-image: url("file:///C:/Users/askas/AppData/Roaming/Mozilla/Firefox/Profiles/use9514s.default-release/chrome/favicons/arrow-down.png") !important; transform: scale(1.0, 1.0) !important; fill: white !important; background-color: blue; margin-top: -1px !important; margin-bottom: 10px !important; padding-top: -5px !important; padding-bottom:0px !important; } #alltabs-button:hover, #TabsToolbar #new-tab-button:hover { --toolbarbutton-hover-background: red !important; }
und so siehts aus..
ich rauch jetzt mal eins und danach die wäsche holen gehen im wäscheraum..
-
Nicht doch, blende sie doch einfach aus
hab sie jetzt so gemacht, dass es passt.. und diesmal schaut 1 icon auf in die falschr richtung.
-
ich werd noch verrückt wegen diesen 3 Icons..
ändert man eins ändern sich auch die anderen..
ich glaube die sind zusammengeklebt.
-
Du bekommst sogar mehrere
Danke dir. Ich hab die Code von BrokenHeart im Beitrag-Nr: #32 etwas geändert.
Sieht jetzt mit den Links-/Rechts-Pfeilen bei mir so aus.
Ich versuche jetzt noch die Pfeile etwas fetter zu gestalten, also bold, aber krieg das irgendwie nicht hin.
Das wäre noch die Code:
CSS
Alles anzeigen/* TabLeiste Pfeile (nach Links und nach Rechts) ändern */ #tabbrowser-arrowscrollbox::part(scrollbutton-up), #tabbrowser-arrowscrollbox::part(scrollbutton-down) { fill: white; fill: bold !important; background-color: green; margin-top: 1px !important; margin-bottom: 9px !important; padding-top: 2px; padding-bottom: 1px } #tabbrowser-arrowscrollbox::part(scrollbutton-up):hover, #tabbrowser-arrowscrollbox::part(scrollbutton-down):hover { fill: white; background-color: red!important; }
-
eventuell kann es Verwendung finden.
Ein Bild dazu wäre noch toll.
-
Deine Variante funktioniert auch.
Freut mich dass es funkt.
-
-
-
Und wenn man einen neuen tab öffnet dann verschwinden die Links dort.
Um sie wieder zu sehen, muss man auf dieses Symbol klicken.
Siehe Bild:
Siehe bitte Beitrag Nr. 14
Ups.. Sorry
-
-
Hat sich erledigt: mit Padding ersetzt.
-
wie jede CSS-Eigenschaft ist auch das im MDN dokumentiert:
Hallo Sören Hentzschel danke dir schau es mir grad an.
Danke nochmals.
So wie ich es verstanden habe bedeutet es der Abstand von oben, rechts, unten und links.
Hoffe hab es richtig verstanden.
Falsch verstanden..
Das hat wohl nichts mit dem Padding oder Margin zu tun.