Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
[BUG] "wait" button height during posting
This discussion has been closed.
Comments
Odd.
Could it be that disabling the button causes it to lose its class and shrink?
global.js
:// Sender.disabled = true;
::Drum roll::
and it stoped shrinking.
::Cymbal clash::
it won't be disabled and your forum will be OVERRUN WITH DOUBLE POSTS
.Button[disabled="true"] { -css stuff goes here- }
found it on a board somewhere... I think it is the right tree to bark up on, but doesn't seem to work.
Form * {
or that line in the JS would be enough.