LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux Mint
User Name
Password
Linux Mint This forum is for the discussion of Linux Mint.

Notices


Reply
  Search this Thread
Old 09-17-2017, 01:17 PM   #1
lamic
Member
 
Registered: Jan 2013
Posts: 37

Rep: Reputation: Disabled
Question [Firefox 55] Radio Buttons dont display correctly


I'm running Firefox 55.02 with Linux mint 18.2 with mate desktop. The radio buttons looks like tiny squares, and when you click on them, you cant see if the box is selected or not. I tried googling for solution, but nothing really fixed my issue.
Any help would be greatly appreciated.
 
Old 09-18-2017, 06:15 AM   #2
lamic
Member
 
Registered: Jan 2013
Posts: 37

Original Poster
Rep: Reputation: Disabled
So i have been able to resolve this issue by adding the following code to userContent.css
Code:
input {
    border: 2px inset white;
    background-color: white;
    color: black;
}

textarea {
border: 2px inset white;
background-color: white;
color: black;
}

select {
    border: 2px inset white;
    background-color: white;
    color: black;
}

input[type="radio"],
input[type="checkbox"] {
    border: 2px inset white !important;
    background-color: white !important;
    color: ThreeDFace !important;
}

*|*::-moz-radio {
    background-color: white;
}

button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
border: 2px outset white;
background-color: #eeeeee;
color: white;
}

body {
    background-color: white;
    color: black;
    display: block;
    margin: 8px;
}
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Radio buttons and check boxes not displaying their status PeterSteele Linux - Desktop 4 02-28-2016 01:56 PM
Making radio buttons work with Zenity snowman81 Programming 6 08-25-2015 12:20 PM
radio buttons and linux Raakh Linux - Newbie 3 01-23-2009 10:47 AM
Firefox radio buttons look absolutely hideous. Maritime Linux - Newbie 1 05-23-2006 02:40 AM
Java menus (radio buttons) and panels titanium_geek Programming 6 01-07-2004 11:13 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux Mint

All times are GMT -5. The time now is 08:09 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration