diff options
| author | Alexandru DAMIAN <alexandru.damian@intel.com> | 2014-09-29 20:20:33 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-10-30 13:39:50 +0000 |
| commit | 1b109c7908a87bfc20c058116b6b72cc16155399 (patch) | |
| tree | 520bec43876febd6e311ef8aa34ef4866db1b7ab /bitbake/lib/toaster/toastergui/static/css | |
| parent | 960580cb70ab1c775b49f8a40d41632c080b3cbb (diff) | |
| download | poky-1b109c7908a87bfc20c058116b6b72cc16155399.tar.gz | |
bitbake: toastergui: project edit capabilities in all layers page
This patch definitivates the all layers page, providing interactivity
for adding and removing layers inside the project from this page.
[YOCTO #6590]
(Bitbake rev: e690080f83ad53c5e4a31e8c0fba2cc744eea1eb)
Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/static/css')
| -rw-r--r-- | bitbake/lib/toaster/toastergui/static/css/default.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/static/css/default.css b/bitbake/lib/toaster/toastergui/static/css/default.css index 8780c4f23d..9e62c6c8e7 100644 --- a/bitbake/lib/toaster/toastergui/static/css/default.css +++ b/bitbake/lib/toaster/toastergui/static/css/default.css | |||
| @@ -60,7 +60,8 @@ dd p { line-height: 20px; } | |||
| 60 | .tooltip { z-index: 2000 !important; } | 60 | .tooltip { z-index: 2000 !important; } |
| 61 | 61 | ||
| 62 | /* Override default Twitter Boostrap styles for anchor tags inside tables */ | 62 | /* Override default Twitter Boostrap styles for anchor tags inside tables */ |
| 63 | td a { color: #333333; } | 63 | td a, td a > code { color: #333333; } |
| 64 | td a > code { white-space: normal; } | ||
| 64 | td a:hover { color: #000000; text-decoration: underline; } | 65 | td a:hover { color: #000000; text-decoration: underline; } |
| 65 | 66 | ||
| 66 | /* Override default Twitter Bootstrap styles for tr.error */ | 67 | /* Override default Twitter Bootstrap styles for tr.error */ |
