bookmark-item label

  • Hallo,
    wen nich weitere Ordner einfügen möchte die Farbig hervorgehoben werden in der selben Farbe, wie muß ich das dann schreiben ?

    Beispiel

    CSS
    .bookmark-item[container='true'][label='Test'] {
    	font-weight: 700 !important;
    	color: #004400!important;	}   
    
    
    .bookmark-item[container='true'][label='Test1'] {
    	font-weight: 700 !important;
    	color: #004400!important;	}

    oder geht es eventl. einfacher ?

  • Du könntest es zusammenfassen, wenn alle Ordner gleich aussehen sollen.

    zbs.

    CSS
    .bookmark-item[container='true'][label='Test'],
    .bookmark-item[container='true'][label='Test1'],
    .bookmark-item[container='true'][label='Test2'],
    .bookmark-item[container='true'][label='Test3'] {
    	font-weight: 700 !important;
    	color: #004400!important;	}

    Mfg.
    Endor

    Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/124.0.1
    OS: Windows 10 pro 64 bit und Windows 10 Home 64 bit
    Meine Scripte Sammlung: https://github.com/Endor8/userChrome.js
    Kein Support per PN. Fragen bitte im Forum stellen!