Re: [css-d] PROBLEM with CSS for checkbox - Firefox

2017-06-22 Thread Philippe Wittenbergh
> On Jun 23, 2017, at 5:28 AM, Karl DeSaulniers wrote: > > @Phillippe - > I can't find the source where I found the unset now, but did find this note > on developer.mozilla which may be why the other site didn't list "none" and > why none did not work for the OP. I could

Re: [css-d] PROBLEM with CSS for checkbox - Firefox

2017-06-22 Thread Karl DeSaulniers
@Mi B, Just saw this reply. The use of !important would do the trick just fine I guess from my tests, but I choose to use the unset so I didn't have to put !important on everything. background, borders, text, shadows, etc. Also, I hate using !important, so it was also a personal choice.

Re: [css-d] PROBLEM with CSS for checkbox - Firefox

2017-06-20 Thread Philippe Wittenbergh
> On Jun 21, 2017, at 7:24 AM, Philippe Wittenbergh wrote: > > >> On Jun 21, 2017, at 6:36 AM, Karl DeSaulniers wrote: >> >> Again, I didn't see a -webkit-appearance:none in the specs. I may have >> looked right past it. Not sure. > > Which spec did

Re: [css-d] PROBLEM with CSS for checkbox - Firefox

2017-06-20 Thread Philippe Wittenbergh
> On Jun 21, 2017, at 6:36 AM, Karl DeSaulniers wrote: > > Again, I didn't see a -webkit-appearance:none in the specs. I may have looked > right past it. Not sure. Which spec did you look at? https://drafts.csswg.org/css-ui-4/#propdef-appearance Value: auto | none

Re: [css-d] PROBLEM with CSS for checkbox - Firefox

2017-06-20 Thread Karl DeSaulniers
My replies within yours below. Best, Karl DeSaulniers Design Drumm http://designdrumm.com > On Jun 20, 2017, at 7:17 AM, Philippe Wittenbergh wrote: > > >> On Jun 20, 2017, at 7:05 PM, Karl DeSaulniers wrote: >> >> I chose to go with -*-appearance:

Re: [css-d] PROBLEM with CSS for checkbox - Firefox

2017-06-20 Thread Philippe Wittenbergh
> On Jun 20, 2017, at 7:05 PM, Karl DeSaulniers wrote: > > I chose to go with -*-appearance: unset; because I am able to turn it back on > say on an individual page. > With !important, I have to override and override and override and can't just > simply remove the

Re: [css-d] PROBLEM with CSS for checkbox - Firefox

2017-06-20 Thread william drescher
On 6/18/2017 9:21 AM, Philippe Wittenbergh wrote: On Jun 18, 2017, at 7:56 PM, william drescher wrote: The original problem was that firefox sized the radio buttones and checkboxes very small and ignored the "html {font-size 2.2 rem}" for them. I am writing this for

Re: [css-d] PROBLEM with CSS for checkbox - Firefox

2017-06-20 Thread Mi B
> 20 juni 2017 kl. 12:05 skrev Karl DeSaulniers : > > I chose to go with -*-appearance: unset; because I am able to turn it back on > say on an individual page. > With !important, I have to override and override and override and can't just > simply remove the !important.

Re: [css-d] PROBLEM with CSS for checkbox - Firefox

2017-06-20 Thread Karl DeSaulniers
I chose to go with -*-appearance: unset; because I am able to turn it back on say on an individual page. With !important, I have to override and override and override and can't just simply remove the !important. Well, not that I have found. Is there a way to remove original !important

Re: [css-d] PROBLEM with CSS for checkbox - Firefox

2017-06-20 Thread Philip Taylor (RHBNC)
Karl DeSaulniers wrote: Hi Philip, At the time I didn't think to use !important (I try to avoid like the plague) but yes, putting the !important let my borders and shading work without using -webkit-appearance:unset; Excellent news. I completely agree with you that one should eschew

Re: [css-d] PROBLEM with CSS for checkbox - Firefox

2017-06-18 Thread Karl DeSaulniers
Hi Philip, At the time I didn't think to use !important (I try to avoid like the plague) but yes, putting the !important let my borders and shading work without using -webkit-appearance:unset; Best, Karl DeSaulniers Design Drumm http://designdrumm.com > On Jun 17, 2017, at 5:28 PM, Philip

Re: [css-d] PROBLEM with CSS for checkbox - Firefox

2017-06-18 Thread Philippe Wittenbergh
> On Jun 18, 2017, at 7:56 PM, william drescher wrote: > > The original problem was that firefox sized the radio buttones and checkboxes > very small and ignored the > "html {font-size 2.2 rem}" for them. > I am writing this for an intranet and ff is the only browser

Re: [css-d] PROBLEM with CSS for checkbox - Firefox

2017-06-18 Thread william drescher
On 6/17/2017 6:48 PM, Philippe Wittenbergh wrote: On Jun 18, 2017, at 6:53 AM, Karl DeSaulniers wrote: Yes I have. I had to use it once when mobile phones were styling my submit buttons and not letting my style be applied. It would allow the color, but not the

Re: [css-d] PROBLEM with CSS for checkbox - Firefox

2017-06-17 Thread Philippe Wittenbergh
> On Jun 18, 2017, at 6:53 AM, Karl DeSaulniers wrote: > > Yes I have. I had to use it once when mobile phones were styling my submit > buttons and not letting my style be applied. > It would allow the color, but not the appearance like borders and shading to > be

Re: [css-d] PROBLEM with CSS for checkbox - Firefox

2017-06-17 Thread Philip Taylor
Karl DeSaulniers wrote: > Hi Phillipe, > Yes I have. I had to use it once when mobile phones were styling my submit > buttons and not letting my style be applied. > It would allow the color, but not the appearance like borders and shading to > be applied. > Once I added the -*-appearance:

Re: [css-d] PROBLEM with CSS for checkbox - Firefox

2017-06-17 Thread Karl DeSaulniers
Hi Phillipe, Yes I have. I had to use it once when mobile phones were styling my submit buttons and not letting my style be applied. It would allow the color, but not the appearance like borders and shading to be applied. Once I added the -*-appearance: unset, it allowed my style to be applied

Re: [css-d] PROBLEM with CSS for checkbox - Firefox

2017-06-16 Thread Philippe Wittenbergh
> On Jun 17, 2017, at 9:08 AM, Karl DeSaulniers wrote: > > Basically you told the browser your checkboxes and radios have no appearance. > I think what your wanting is to "unset" the native appearance so you can > apply your own? > > That would be: > > -moz-appearance:

Re: [css-d] PROBLEM with CSS for checkbox - Firefox

2017-06-16 Thread Philippe Wittenbergh
> On Jun 17, 2017, at 3:58 AM, william drescher wrote: > > I have: > > > Since the most recent update of Firefox the checkboxes and