Jump to content

How to increase MainMenu "Hint" font ?


Luciano França

Recommended Posts

  • 2 weeks later...
On 3/9/2023 at 10:39 AM, Luciano França said:

with this topic "http://forums.unigui.com/index.php?/topic/21177-settooltip-in-unimenuitem/#comment-114220"

I can put hint in the "UniMenuItem"
I would like to increase the font size I tried in CustomCSS but it doesn't work

.tooltip { 
  font-size:15px; 
  } 

 

 

Up

Link to comment
Share on other sites

  • 4 weeks later...
On 3/9/2023 at 10:39 AM, Luciano França said:

with this topic "http://forums.unigui.com/index.php?/topic/21177-settooltip-in-unimenuitem/#comment-114220"

I can put hint in the "UniMenuItem"
I would like to increase the font size I tried in CustomCSS but it doesn't work

.tooltip { 
  font-size:15px; 
  } 

 

how could i run this code::

    Ext.create('Ext.tip.ToolTip', {  
    target: sender.getEl(), 
    showDelay:1,  
    dismissDelay:99999,  
    maxHeight: 600, 
    maxWidth: 800,  
    minWidth: 500,  
    html: "<a style=''font-size:14px;''>Test com Hint</a>"  }

 

Link to comment
Share on other sites

  • 1 month later...
  • 2 weeks later...
  • 2 weeks later...
  • 3 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...