diff --git a/services/web/frontend/stylesheets/components/button-groups.less b/services/web/frontend/stylesheets/components/button-groups.less index a700d2bfdb..4cef4b6a1e 100755 --- a/services/web/frontend/stylesheets/components/button-groups.less +++ b/services/web/frontend/stylesheets/components/button-groups.less @@ -128,7 +128,9 @@ .box-shadow(none); } } - +.btn-form-cross { + display: block; +} // Reposition the caret .btn .caret { margin-left: 0; diff --git a/services/web/frontend/stylesheets/components/labels.less b/services/web/frontend/stylesheets/components/labels.less index 2a421eeff6..9a21d8f6b3 100755 --- a/services/web/frontend/stylesheets/components/labels.less +++ b/services/web/frontend/stylesheets/components/labels.less @@ -62,3 +62,8 @@ .label-danger { .label-variant(@label-danger-bg); } + +.label-text { + color: @ol-type-color; + font-size: 100%; +}