mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
bitbake: toastergui: Various fixes for projects, layers and targets page
This is a combined set of fixes for the project, layers and targets pages in the project section of toaster. The fixes correct behaviour and look in various parts of the page, including submitting XHR commands and updating the DOM with the correct info. (Bitbake rev: 96d7738f964784871c928c376cb9fbc9a275cf00) Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
46f1fbe3ab
commit
42afeb422e
@@ -61,8 +61,8 @@ dd p { line-height: 20px; }
|
||||
|
||||
/* Override default Twitter Boostrap styles for anchor tags inside tables */
|
||||
td a, td a > code { color: #333333; }
|
||||
td a > code { white-space: normal; }
|
||||
td a:hover { color: #000000; text-decoration: underline; }
|
||||
td code { white-space: normal; }
|
||||
td a:hover, td a > code:hover { color: #000000; text-decoration: underline; }
|
||||
|
||||
/* Override default Twitter Bootstrap styles for tr.error */
|
||||
.table tbody tr.error > td { background-color: transparent; } /* override default Bootstrap behaviour */
|
||||
|
||||
Reference in New Issue
Block a user