soscripted / sox

Stack Overflow Extras: a userscript for the Stack Exchange websites to add a bunch of optional toggle-able features
http://stackapps.com/q/6091/
MIT License
72 stars 15 forks source link

Dark theme Support #406

Closed SmartManoj closed 5 years ago

SmartManoj commented 5 years ago

Compatible with https://github.com/StylishThemes/StackOverflow-Dark

shu8 commented 5 years ago

@SmartManoj Thanks for the feature request.

Please could you follow the feature-request template when making feature requests? In particular:

A clear and concise description of what you would like to see SOX implement.

For example, which features are you finding are currently incompatible with the dark mode? And do you have any ideas on what could be done to make them compatible? (e.g. is it just the styling that needs tweaking, or is there a functional problem?)

SmartManoj commented 5 years ago

Yes just the styling that needs tweaking. Some buttons' text are not visible

SmartManoj commented 5 years ago

image

shu8 commented 5 years ago

Before this has any real chance of being implemented, it would be helpful to produce a list of SOX's UI elements that conflict with the dark theme.

no-response[bot] commented 5 years ago

This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further.

SmartManoj commented 5 years ago

reopen

shu8 commented 5 years ago

Could you post which UI elements would need changing? Unfortunately without feedback from you this feature request has little chance of being completed!

SmartManoj commented 5 years ago
.sox-settings-dialog-feature-pack:hover{
    background-color: #3b9de2 !important;
}
.sox-settings-dialog-feature-pack, #sox-settings-dialog-features .modal-content div:hover{
    background-color: black !important;
}
shu8 commented 5 years ago

Thanks, this is done in dev 2.5.25 :)