summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/static/css/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/static/css/default.css')
-rw-r--r--bitbake/lib/toaster/toastergui/static/css/default.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/toastergui/static/css/default.css b/bitbake/lib/toaster/toastergui/static/css/default.css
index 06d9976557..bc8a97bedc 100644
--- a/bitbake/lib/toaster/toastergui/static/css/default.css
+++ b/bitbake/lib/toaster/toastergui/static/css/default.css
@@ -15,6 +15,8 @@
15/* Styles for the help information */ 15/* Styles for the help information */
16.get-help { color: #CCCCCC; } 16.get-help { color: #CCCCCC; }
17.get-help:hover, .icon-plus-sign:hover { color: #999999; cursor: pointer; } 17.get-help:hover, .icon-plus-sign:hover { color: #999999; cursor: pointer; }
18.get-help-green { color: #468847; }
19.get-help-green:hover { color: #347132; cursor: pointer; }
18.get-help-blue { color: #3A87AD; } 20.get-help-blue { color: #3A87AD; }
19.get-help-blue:hover { color: #005580; cursor: pointer; } 21.get-help-blue:hover { color: #005580; cursor: pointer; }
20.get-help-yellow { color: #C09853; } 22.get-help-yellow { color: #C09853; }
@@ -161,6 +163,9 @@ table { table-layout: fixed; word-wrap: break-word; }
161.project-name .label { font-weight: normal; margin-bottom: 5px; margin-left: -15px; padding: 5px; } 163.project-name .label { font-weight: normal; margin-bottom: 5px; margin-left: -15px; padding: 5px; }
162.project-name .label > a { color: #fff; font-weight: normal; } 164.project-name .label > a { color: #fff; font-weight: normal; }
163 165
166/* styles for showing help icons next to command-line builds */
167.build-result .get-help-green, .build-result .get-help-red, .build-result .get-help-blue { margin-right: 35px; margin-top: 8px; font-size: 16px; }
168
164/* Remove bottom margin for forms inside modal dialogs */ 169/* Remove bottom margin for forms inside modal dialogs */
165#dependencies-modal-form { margin-bottom: 0px; } 170#dependencies-modal-form { margin-bottom: 0px; }
166 171