Jump to content

3 posts in this topic

Recommended Posts

Posted

Hi guys I'm going to use this thread to report potential issues and fixes for the ui of the website (mostly the dark theme since I totally love it)

 

in the 

/* CSS: custom*/

 block there is

table.ipb_table td {
  ...
  border-bottom: 1px solid #161616;
}

this should change to 2px to match the he hover color or the hover property, namely:

.iosgodshover tr:hover td {
  ..
  border-bottom: 2px solid orangered;
}

changed into:

.iosgodshover tr:hover td {
  ...
  border-bottom-color: orangered;
}

Depending on preference, if the border should be 2px on hover then the normal state should be 2px as well. Otherwise the shorthand doesn't need to be re-applied. Assuming this all gets compiled into the generated content it doesn't make sense to post line numbers.

 

Will add more if I find issues, cheers !

Posted

Still needs this part:

table.ipb_table td {
  border-bottom: 2px solid orangered;
}

changed into:

table.ipb_table td {
  border-bottom: 2px solid #161616;
}

---

Notice the color of the top border and bottom border was previously #161616 - only the size was broken; I added both solutions because I didn't know how it was meant to be 1 or 2 pixels, apologies for that !

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines