mehmet07 Posted September 18, 2017 Posted September 18, 2017 hi, how change panel title color? thanks Quote
delagoutte Posted November 14, 2017 Posted November 14, 2017 Add in servermodule customCss .ColorTitle .x-panel-header-default { background-image: none; background-color: #00FF27; } On your panel clientevents.unievents add function beforeInit(sender, config) { config.cls = 'ColorTitle'; } 1 Quote
JDDEV Posted June 27, 2018 Posted June 27, 2018 Hi, I am trying to customized font-size with the same exemple .ColorTitle .x-panel-header-default{background-image: none;background-color: #00FF27; font-size: 18px;} but it doesn't work ! have you a solution ? Quote
delagoutte Posted July 2, 2018 Posted July 2, 2018 try with .ColorTitle .x-panel-header-title-default { font-size: 18px; } Quote
jahlxx Posted January 3, 2019 Posted January 3, 2019 On 11/14/2017 at 10:22 AM, delagoutte said: Add in servermodule customCss .ColorTitle .x-panel-header-default { background-image: none; background-color: #00FF27; } On your panel clientevents.unievents add function beforeInit(sender, config) { config.cls = 'ColorTitle'; } Hi. How can I change the panel border too? Thanks. Quote
Sherzod Posted January 3, 2019 Posted January 3, 2019 1 hour ago, jahlxx said: How can I change the panel border too? Hi, This post may help you : http://forums.unigui.com/index.php?/topic/8324-tunipanel-border-color/ Quote
easegura777 Posted August 19, 2021 Posted August 19, 2021 Please, change backgroud unimTabPanel? Quote
Sherzod Posted August 19, 2021 Posted August 19, 2021 13 minutes ago, easegura777 said: Please, change backgroud unimTabPanel? ? Quote
easegura777 Posted August 19, 2021 Posted August 19, 2021 36 minutes ago, Sherzod said: ? property named Plain in UniTabPanel Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.