stoodkev / SteemPlus

SteemPlus is a lightweight browser extension adding new features to your Steemit/Busy experience: - Voting slider for minnows - Possibility to filter (by tag/resteem/reputation) and sort ( by date/payout/votes) - Switch between Busy Steemit and Steemd by keyboard shortcuts - Delegation of Steem Power directly from the wallet
GNU General Public License v3.0
27 stars 32 forks source link

[Steemit] When creating utopian posts, button text is not visible #193

Open ng-gist opened 5 years ago

ng-gist commented 5 years ago

Expected Behavior

On Steemit dark view, you should be able to read button text to know what each button does.

Actual Behavior

In the dark view on steemit, you can read text of 3 buttons when creating utopian posts.

Steps to reproduce

  1. Install steemplus extension version 3.8.2.1
  2. Change steemit to Night Mode from the drop down on the right (your avatar)
  3. Click on "Create new post".
  4. In the tags field, enter "utopian-io" and press space bar
  5. This will open a steemplus dialog, select utopian category and repo (if applicable) and click Ok
  6. Notice the new buttons. User cannot read the text on the buttons.

Recording

ezgif com-video-to-gif (5)

Fix for the issue

.utopian-post-buttons div {
    color: #000;
}