Jump to content

Recommended Posts

Posted

Hi.

 

When a menu is larger than the screen, two arrows appers at the top and bottom of the menu.

 

These arrows are very little. Is there any way to make them more usables for the end user. With a touch monutor, is very difficult to use them.

 

Thanks.

Posted

Hi,

 

I think you can use theme Neptune

or like this:

 

1. Copy two "png" files from "...\FMSoft\Framework\uniGUI\ext-4.2.5.1763\resources\ext-theme-neptune\images\menu" to

    "...\files\" folder

 

2. UniServerModule.CustomCSS:

.x-menu-scroll-top {
    background-image: url("files/scroll-top.png");
    height: 16px;
}

.x-menu-scroll-bottom {
    background-image: url("files/scroll-bottom.png");
    height: 16px;
}

Best regards.

Posted

I'd like to use neptune theme, but I don't know how to change some things, like colors, font size, etc.

 

 

Enviado desde mi SM-A500FU mediante Tapatalk

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...