Rank: Newbie
Groups: Registered
Joined: 4/26/2016(UTC) Posts: 2 
|
Hello, I'm traying to change the rendering on browser WEB with adding a new css file on the project level without any succes. I'm regarding to change the color of the "tabs" area. Do you have any sample of css file can we use? And how can I implement this css file on the project? Do I need copy this file on the server?
I try multiple different css file wihout any result. I'm using the last version 2.1 of Mobiletogether.
Many thanks Best regads Anthony
|
|
|
|
Rank: Administration
Groups: Registered, Administrators Joined: 7/21/2014(UTC) Posts: 484
Was thanked: 81 time(s) in 81 post(s)
|
Adding CSS file is actually simple: - The most simple approach is to place it in the same directory as the MTD file. - In the project’s browser settings, enter custom.css in the CSS File field (*) - When asked whether to deploy the CSS file, confirm. The CSS file need not reside on the server’s file system; its content is fetched from the database via a URL. - Deploy the solution Now, there is no "official" way to change colors of the tab area, but you could use this CSS which works .ui-state-default .ui-tabs-anchor { background: #88CC88; background-image: none; } .ui-state-default.ui-tabs-active .ui-tabs-anchor { background: #44FF44; background-image: none; } which gives you this: bbv attached the following image(s):
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 4/26/2016(UTC) Posts: 2 
|
Many thanks for your help!
It's works fine now!
best regards Anthony
|
|
|
|
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.