uBlock Origin Popup farbig
-
2002Andreas -
21. Februar 2022 um 18:26 -
Erledigt
-
-
Oder auch so
CSS
Alles anzeigen#firewall > div > span:first-of-type, #firewall > div:nth-child(n+1) { border: 1px solid red !important; } #firewall{ background-color: black !important; } :root { --popup-cell-label-filter: opacity(100%) !important; --popup-cell-surface: #333333 !important; } #firewall > div:nth-child(1) > span:nth-child(1)::before { color: white !important; } body.advancedUser #firewall > div > span:first-of-type { color: white !important; }
Oder auch so, dann ist der Rahmen nicht doppelt:
CSS
Alles anzeigen#firewall > div > span:first-of-type, #firewall > div:nth-child(n+1) { border-bottom: 1px solid red !important; border-left: 1px solid red !important; border-right: 1px solid red !important; } #firewall{ background-color: black !important; } :root { --popup-cell-label-filter: opacity(100%) !important; --popup-cell-surface: #333333 !important; } #firewall > div:nth-child(1) > span:nth-child(1)::before { color: white !important; } body.advancedUser #firewall > div > span:first-of-type { color: white !important; }
-
Es scheint so,
Beitrag Nr. 63 hast du gelesen und getestet?
-
Erst ein Mal vielen, vielen Dank!
Warum ich da nicht drauf gekommen bin? So ähnlich habe ich doch auch schon getrickst.
OK, bin halt nicht drauf gekommen, ist so, aber !!
mit
bekommt man auch noch die Mittellinie in den Griff.
Gruß
Mira
Nachtrag.
Oder auch nicht! Eingetragen in der Stilbearbeitung funktioniert es,
in der CSS leider nicht.
Käse.
-
bekommt man auch noch die Mittellinie in den Griff.
Welche Mittellinie meinst du und was möchtest du haben??
-
in der CSS leider nicht.
-
Schimpf mich "Blöde Kuh"!
DAS Wurmt mich!! Heute steh ich mal wieder total neben mir.
Danke Andreas.
Du fragst Dich, warum?
In meiner CSS trug ich, Achtung
#firewall > div { color: #e1e1e1 !important; }
ein, anstatt
#firewall > div { background-color: #e1e1e1 !important; } !
Logisch, dass dann nicht das Erwünschte dabei rauskommt.
Gruß
Mira
Und gute Nacht.
-
Schimpf mich "Blöde Kuh"!
Würde ich niemals machen.
DAS Wurmt mich
Kann doch passieren.
Und gute Nacht.
Danke, dir auch
-
-
mal in die userChromeShadow.css
Siehe Beitrag Nr. 69.
-
OK Danke, habs gesehen und bemerkt das ICH einen Gedankenfehler gemacht hatte
-
das ICH einen Gedankenfehler gemacht hatte
Alles ist gut, du wolltest helfen, und nur das zählt
-
-
Jetzt noch Rahmen eingefügt. Sieht gut aus.
-
-
Hier mal mein vorläufiges Endergebnis.
Da fehlt das Update auf die aktuelle Version von uBlock noch
Ansonsten..
-
Da fehlt das Update auf die aktuelle Version von uBlock noch
Erledigt.
-
Erledigt.
-
...
Wobei, ich sehe gerade noch einen Fehler bei bei den Button für Speichern und Rückgängig, da stimmt das margin noch nicht ganz,
wird gleich noch geändert.
Bekomme ich den Code für das "Schloß" und den "Radiergummi" auch? Bitte.
Gruß
Mira.
-
Bekomme ich den Code für das "Schloß" und den "Radiergummi" auch? Bitte.
Schau mal was Du Dir da ↓ raus bauen kannst.
CSS
Alles anzeigen.rulesetTools #refresh { border-radius: 0 !important; border: 1px solid #B2B2B2 !important; background-color: #0082FC !important; padding: 3px !important; margin: 2px 2px 2px 0 !important; } .rulesetTools #saveRules { border-radius: 0 !important; border: 1px solid #B2B2B2 !important; background-color: #0082FC !important; padding: 3px !important; margin: 2px 0 1px 2px !important; } .rulesetTools #revertRules { border-radius: 0 !important; border: 1px solid #B2B2B2 !important; background-color: #0082FC !important; padding: 3px !important; margin: 1px 0 2px 2px !important; } .rulesetTools #refresh .fa-icon_refresh { fill: #006800 !important; } .rulesetTools #saveRules .fa-icon_lock, .rulesetTools #revertRules .fa-icon_eraser { fill: #FFF !important; } .rulesetTools #refresh:hover .fa-icon_refresh, .rulesetTools #saveRules:hover .fa-icon_lock, .rulesetTools #revertRules:hover .fa-icon_eraser { fill: #000 !important; } .rulesetTools #refresh:hover, .rulesetTools #saveRules:hover, .rulesetTools #revertRules:hover { border: 1px solid #006FC2 !important; background-color: #D1E2F2 !important; }
-