23.03.2020, 08:02
(This post was last modified: 23.03.2020, 08:07 by Trond Hoyem.)
(23.03.2020, 08:01)admin Wrote: This means that there's some other CSS rule with higher priority that over-rides your rule.OK, great.
You can use !important rule to fix this:
Code:.control-spinner .btn {
background-color: #f90;
background-image: none;
border-color: #000;
border-radius: 0 !important;
}
Will try that.
(23.03.2020, 08:01)admin Wrote: This means that there's some other CSS rule with higher priority that over-rides your rule.
You can use !important rule to fix this:
Code:.control-spinner .btn {
background-color: #f90;
background-image: none;
border-color: #000;
border-radius: 0 !important;
}
OK, seems I am getting the hang of this. Thanks for help!
There are 10 kinds of people in the world; those who can read binary and those who don't