The developers of the project I'm working on have -webkit-appearance: none;checked ALL selections around the world.
-webkit-appearance: none;
How would I decide to override this and reset it to its original state? I know that I can simply remove the code from the global parameter, but I would like to redefine it, because I do not want it to execute other code.
I tried:
-webkit-appearance:normal;
but it is not valid
For web browsers, the only valid values for -webkit-appearanceare on this list.
-webkit-appearance
So, to return to its original state, select the item you should use:
-webkit-appearance:menulist;
CSS CSS, .
, , CSS
select{ -webkit-appearance:menulist; }
DEMO
Source: https://habr.com/ru/post/1534845/More articles:CMFCMenuButton not closing - mfcFrom a large text file to a sparse matrix with Python - pythonAndroid - Как обрабатывать, когда ссылка нажата на TextView через Linkify - androidhttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1534843/phpsql-add-values-together-if-id-is-the-same-in-foreach&usg=ALkJrhj__9Hs_yMuuO-g2DD-dDVE2Hw7sgHow to prevent the transition from empty space? - domHow to get Wordpress settings values for customization - checkboxCollax tests fail when redirecting with Laravel 4 and PhpBrowser - testingC # Multithreading issue when loading data in SQL Server - multithreadingSetting an alias for the main branch in the composer - packagingПонимание регулярного выражения в С++ 11 - c++All Articles