M
M
Megalexandros2020-02-21 17:50:47
Cross browser
Megalexandros, 2020-02-21 17:50:47

How to set css styles only for Opera?

How to set css styles only for Opera?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
approximate solution, 2020-02-21
@approximate_solution

media all and (-webkit-min-device-pixel-ratio:10000),not all and (-webkit-min-device-pixel-ratio:0) {
.element{/*style description for Opera only*/}
}
Try it.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question