Jump to content

UnimMenu цвет фона


Serg

Recommended Posts

Добрый день!

Возможно ли ответить на вопросы:

 

Как изменить фон меню?

Как сделать кнопки без рамок?

Как под пункт меню сделать фоном изображение?

 

Спасибо

Link to comment
Share on other sites

Да конечно, но как одновременно "round" и "action"? или вообще разноцветные кнопки... 

 

UnimToolButton -> UI = 'action round'

UnimToolButton -> UI = 'decline round'

UnimToolButton -> UI = 'confirm round'

Link to comment
Share on other sites

  • 3 years later...

if set CSS like this :

.x-button .x-body-el {
    margin: 3px;
}

the uniButtonItems's caption in unimMenu will display align to left, but impact to all button in application.

if set CSS like this :

.customUI .x-button .x-body-el {
    margin: 3px;
}

how to set that class for uniButtonItems and is it possible to create custom UI ?

Link to comment
Share on other sites

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