|
Post by TechSalt on Mar 24, 2023 14:23:33 GMT -8
I found out that you can use appearance: none on a few controls and it reverts back to a 3D style (at least on Linux.) This CSS makes it apply to only buttons and text input (checkboxes don't show up when you do this and comboboxes work but the arrow doesn't show)
input[type=submit],input[type=text] { appearance: none !important; } Before:
After:
|
|
|
Post by anixx on Mar 24, 2023 15:38:13 GMT -8
Well, tried to insert this in UserChrome.css, but the Google appearance did not change.
|
|
|
Post by TechSalt on Mar 25, 2023 2:57:21 GMT -8
Well, tried to insert this in UserChrome.css, but the Google appearance did not change. You need to put it inside userContent.css and not userChrome.css.
|
|
|
Post by anixx on Mar 25, 2023 6:22:59 GMT -8
This also does not affect anything.
|
|
|
Post by TechSalt on Mar 25, 2023 7:43:10 GMT -8
This also does not affect anything. You need to be on a site that uses submit buttons
|
|
|
Post by TechSalt on Mar 25, 2023 7:43:41 GMT -8
|
|
|
Post by anixx on Mar 25, 2023 10:10:14 GMT -8
Are there any other websites where the differene could be seen?
|
|
|
Post by TechSalt on Mar 25, 2023 10:21:00 GMT -8
Are there any other websites where the differene could be seen? Gmail Basic HTML. CUPS web interface
|
|
bran
New Member
Posts: 9
OS: Windows 11 x64, Ubuntu 22.04
Theme: Default, Classic
|
Post by bran on Apr 6, 2023 10:43:44 GMT -8
|
|