瀏覽代碼

HUE-6077 [frontend] Override the font weight of form labels

Enrico Berti 8 年之前
父節點
當前提交
2141b48c25

文件差異過大導致無法顯示
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue.css


文件差異過大導致無法顯示
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue3-extra.css


+ 4 - 0
desktop/core/src/desktop/static/desktop/less/hue-cui-overrides.less

@@ -63,4 +63,8 @@
 
 .nav-tabs > li > a {
   border-bottom-width: 2px!important;
+}
+
+.form-inline label, .form-horizontal label, .form-vertical label, .form-inline .control-label, .form-horizontal .control-label, .form-vertical .control-label {
+  font-weight: normal!important;
 }

部分文件因文件數量過多而無法顯示