table-striped #42233
-
|
Hello, I'm looking at table-striped in examples, https://getbootstrap.com/docs/5.3/content/tables/#striped-rows and it looks like it isn't striped. I've used it in the past, and I vaguely recall the striping is sometimes kinda faint, but I am straining my eyes and not seeing it on edge or firefox, nor seeing any evidence it is striped in the dev tools. for table-dark, table-success, etc it's visible. Is it supposed to be this way? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
|
Here's a screenshot of the rendering I have on Firefox 148.0.2 (aarch64) (macOS) in light mode:
|
Beta Was this translation helpful? Give feedback.
-
|
Works perfectly fine here on Windows machine as well. Are you sure it's not your monitor being poorly calibrated? Try sRGB or any other mode on your monitor and see if that helps... Very often I've seen monitors with extremely bad colors where you'd just not see instances of light gray colors. Can you take a screenshot of what you're seeing using your OS's built-in screenshot tool? That would help us identify whether there's something wrong with the CSS painting, or your actual screen. |
Beta Was this translation helpful? Give feedback.
-
|
I've noticed the Dark Reader extension sometimes removes the stripes from tables, if you're using anything like that. |
Beta Was this translation helpful? Give feedback.


ya it must be my monitor, on other devices I am seeing striping, whereas in the offending monitor I wasn't even seeing it in Julien's screenshots. Thanks all!