Search
 
SCRIPT & CODE EXAMPLE
 

CSS

print td color not working

@media print {
    tr.vendorListHeading {
        background-color: #1a4567 !important;
        -webkit-print-color-adjust: exact; 
    }
}

@media print {
    .vendorListHeading th {
        color: white !important;
    }
}
Comment

PREVIOUS NEXT
Code Example
Css :: textxarea noresize 
Css :: au fourneua bakery 
Css :: clamp(css) 
Css :: list style type none still leaves room for bullet 
Css :: thumb personalizzata wp 
Css :: look and feel 
Css :: carousel inner item populate with for loop puting active class on all carousel item 
Css :: ul hide bullet css 
Css :: ie11 image stretching 
Css :: outline letters in sass 
Css :: mouse hover text zoom effect 
Css :: style50 for cs50 
Css :: reorder images in mobile web developer 
Css :: css apply class 
Css :: html css on class 
Css :: elemento SPAN 
Css :: hide content when element too small and add scrollbars 
Css :: box shadow 2 sides only Clip path 
Css :: how to put an element in the center css 
Css :: tailwindcss link tag 
Css :: Do not use empty rulesetscss(emptyRules) 
Typescript :: vite change the server port 
Typescript :: adonis make model 
Typescript :: timeout typescript 
Typescript :: typescript submit event 
Typescript :: usewindowsize hook in nextjs 
Typescript :: geting request header in loopback4 
Typescript :: typescript loop 
Typescript :: typescript random int 
Typescript :: helm + if + not exists default true 
ADD CONTENT
Topic
Content
Source link
Name
2+3 =