mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +02:00
bitbake: toastergui: give button nice rounded corners
In the 'add variable' form, the submit button had a class applied that gave it straight corners on the left, and rounded corners on the right. Remove the class so that we have 4 nicely rounded corners. The patch also removes the unncessary inline styles in the same button. (Bitbake rev: 4f2a6d5b515dec4b6199cc4517cd13dcc331f3c3) Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
1385f28770
commit
fa595132b3
@@ -172,7 +172,7 @@
|
||||
</span>
|
||||
<label>Value</label>
|
||||
<input id="value" type="text" placeholder="Type variable value"><p>
|
||||
<div class="input-append" style="display:block;margin-top:10px;">
|
||||
<div>
|
||||
<button id="add-configvar-button" class="btn save" type="button" disabled>Add variable</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user