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.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/toastergui/static/css/default.css b/bitbake/lib/toaster/toastergui/static/css/default.css
index da9697c408..8e60fd8b56 100644
--- a/bitbake/lib/toaster/toastergui/static/css/default.css
+++ b/bitbake/lib/toaster/toastergui/static/css/default.css
@@ -15,6 +15,7 @@
15.get-help-yellow:hover { color: #B38942; cursor: pointer; } 15.get-help-yellow:hover { color: #B38942; cursor: pointer; }
16.get-help-red { color: #B94A48; font-size: 16px; padding-left: 2px; } 16.get-help-red { color: #B94A48; font-size: 16px; padding-left: 2px; }
17.get-help-red:hover { color: #943A38; cursor: pointer; } 17.get-help-red:hover { color: #943A38; cursor: pointer; }
18.build-form .get-help { margin-left: 5px; }
18.manual { margin: 11px 15px;} 19.manual { margin: 11px 15px;}
19.heading-help { font-size: 14px; } 20.heading-help { font-size: 14px; }
20 21
@@ -157,6 +158,7 @@ input.huge { font-size: 17.5px; padding: 11px 19px; }
157.build-form .input-append { margin-bottom: 0px; } 158.build-form .input-append { margin-bottom: 0px; }
158.build-form .btn-large { padding: 11px 35px; } 159.build-form .btn-large { padding: 11px 35px; }
159.build-form p { font-size:17.5px ;margin:12px 0 0 10px;} 160.build-form p { font-size:17.5px ;margin:12px 0 0 10px;}
161#layer-container form, #target-container form { margin-bottom: 0px; }
160.btn-primary .icon-question-sign, .btn-danger .icon-question-sign { color: #fff; } 162.btn-primary .icon-question-sign, .btn-danger .icon-question-sign { color: #fff; }
161.btn-primary .icon-question-sign:hover, .btn-danger .icon-question-sign:hover { color: #999; } 163.btn-primary .icon-question-sign:hover, .btn-danger .icon-question-sign:hover { color: #999; }
162a code { color: #0088CC; } 164a code { color: #0088CC; }