hibiyasleep / kagerou

ACT-FF14 OverlayPlugin Skin - Modern, easily configurable, always up-to-date.
Other
334 stars 96 forks source link

Change color for personal DPS bar #158

Closed Braiken closed 4 years ago

Braiken commented 4 years ago

Hello,

I would like to know if it's possible to change the color of my and only my Dps/Hps bar, even if I change job, on kagerou. I strated checking the devtools but i'm not a dev and don't know HTML neither CSS, I found where each line of dps are created and found where colors are set up but don't really know what to do from now. Tried to look up for thing on internet but I don't really know what to ask so I'm posting here. I'll keep searching on internet.

Hope you are doing good.

PS : my request is not urgent and could be solved if I found the right website, don't bother reply if you are busy.

hibiyasleep commented 4 years ago

it's possible with custom CSS: replace #ff0000 with color code you want.

#table .me .gauge { backgroud-color: #ff0000 !important }
Braiken commented 4 years ago

I found a way to make the same effect few minutes ago but only saw your message now plus my method was way more long to make since I had to change the color for each class. I'll use your code much beautiful than mine.

Thanks a lot for your answer