Contenido eliminado Contenido añadido
Sección nueva: →‎SysOp needed (2)
Línea 199:
|}
<!-- Mensaje enviado por Usuario:MarcoAurelio@eswikibooks mediante la lista en http://es.wikibooks.org/w/index.php?title=Usuario:MarcoAurelio/Lista&oldid=238338 -->
 
== SysOp needed (2) ==
 
See also [[#SysOp needed]] (1).
One year ago you added for me in MediaWiki:Common.css the following code:
<syntaxhighlight lang="CSS">
.nobuttons input.searchboxSearchButton {display:none;}
</syntaxhighlight>
 
Now, after one year, the code doesnt now work any more. WMF changed the way the extension works. Now there appear some strange buttons "Buscar por texto completo".
 
The above CSS code should be changed to this one for it to continue working:
<syntaxhighlight lang="CSS">
.nobuttons input.searchboxSearchButton, .nobuttons input.mw-ui-button {display:none;}
</syntaxhighlight>
 
See my question in [https://www.mediawiki.org/wiki/Special:NewMessages Media Wiki.org] - TextInputField without button - and the answer from [https://www.mediawiki.org/wiki/User:Ciencia_Al_Poder User:Ciencia Al Poder].
 
Would you please put the new code into Common.css?
--[[Usuario:Thirunavukkarasye-Raveendran|Thirunavukkarasye-Raveendran]] ([[Usuario discusión:Thirunavukkarasye-Raveendran|discusión]]) 15:07 14 feb 2015 (UTC)