# HG changeset patch
# User Prakash M <prakash@qualiantech.com>
# Date 1586158964 -19800
#      Mon Apr 06 13:12:44 2020 +0530
# Node ID 1be337134f9ff25ab2f3715397d21de6600771b3
# Parent  f26c5918c0742a5616b96039bb0c82b5b16408f0
Related to BUT-43569: Added generic class to hide button label

diff -r f26c5918c074 -r 1be337134f9f web/org.openbravo.mobile.core/assets/css/obmobc-main.css
--- a/web/org.openbravo.mobile.core/assets/css/obmobc-main.css	Tue Mar 31 20:21:11 2020 +0530
+++ b/web/org.openbravo.mobile.core/assets/css/obmobc-main.css	Mon Apr 06 13:12:44 2020 +0530
@@ -611,6 +611,9 @@
 
 .obUiButton:hover {}
 
+.obUiButton-hideLabel .obUiButton-components-label {
+  display: none;	
+}
 
 /*
 # Component: OB.UI.ModalDialogButton
