mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-05-27 11:02:38 -05:00
Make the random background button bigger
(Some people didn't notice the previous one.)
This commit is contained in:
parent
c33cfdfece
commit
db416b7d52
|
|
@ -2969,7 +2969,7 @@
|
|||
buf += '<p><strong>Default</strong></p>';
|
||||
buf += '<div class="bglist">';
|
||||
|
||||
buf += '<button name="setBg" value=""' + (!cur ? ' class="cur"' : '') + '><strong style="background:#888888;color:white;padding:3px 8px;display:block;font-size:10pt">' + (location.host === 'play.pokemonshowdown.com' ? 'Random' : 'Default') + '</strong></button>';
|
||||
buf += '<button name="setBg" value=""' + (!cur ? ' class="cur"' : '') + '><strong style="background:#888888;color:white;padding:16px 18px;display:block;font-size:12pt">' + (location.host === 'play.pokemonshowdown.com' ? 'Random' : 'Default') + '</strong></button>';
|
||||
|
||||
buf += '</div><div style="clear:left"></div>';
|
||||
buf += '<p><strong>Official</strong></p>';
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user