Giter Site home page Giter Site logo

Comments (8)

Stage4000 avatar Stage4000 commented on July 20, 2024 1

My changes aren't really... PR-able... I just added some raw CSS to my advert area to override the white background in the tickets table. I have not had a chance to thoroughly test that this fix doesn't cause cancer elsewhere since it is kind of broad CSS, but here it is.

<style>
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding:8px;
        background-color: #2c2f33 !important;
}
td{background-color: #2c2f33 !important;}
.table{background-color: #2c2f33 !important;}
</style>

from vistapanel-themes.

Stage4000 avatar Stage4000 commented on July 20, 2024 1

I think adding background-color: #2c2f33 !important; as an insertion on line 485 of style.css might do the trick.

from vistapanel-themes.

Stage4000 avatar Stage4000 commented on July 20, 2024

I fixed this locally with some CSS jank.

from vistapanel-themes.

Stage4000 avatar Stage4000 commented on July 20, 2024

So after looking into this further, this might not be limited to the discord dark theme. It appears that the table that contains the support ticket has it's CSS set inline. I set all tables and all children of tables to have an important background color and this appears to be doing the trick.

from vistapanel-themes.

4yx avatar 4yx commented on July 20, 2024

Nice! Would you be able to open a PR and contribute the fix upstream?

from vistapanel-themes.

Stage4000 avatar Stage4000 commented on July 20, 2024

I don't actually think the middle clause is needed, you may want to test further. I think that the classes 1&3 are relevant though.

from vistapanel-themes.

4yx avatar 4yx commented on July 20, 2024

I'll test myself and apply a patch shortly; thank you for reporting this and highlighting where it can be applied!

from vistapanel-themes.

Stage4000 avatar Stage4000 commented on July 20, 2024

No lie, just spent an hour setting up an exact copy of your CDN and then testing edits.

from vistapanel-themes.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.