Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Colorful toolbar hides "answer timer" #12

Closed
albertly opened this issue Feb 12, 2013 · 1 comment
Closed

Colorful toolbar hides "answer timer" #12

albertly opened this issue Feb 12, 2013 · 1 comment
Labels

Comments

@albertly
Copy link

The problem
mw.reviewer._bottomCSS += ".stat {display:none;}"

The solution (one of possible ones)
mw.reviewer._bottomCSS += ".stat {visibility: hidden;} #time {visibility: visible;}"

ospalh added a commit that referenced this issue Feb 12, 2013
This keeps the answer timer visible. Should fix issue #12.
@ospalh
Copy link
Owner

ospalh commented Feb 12, 2013

Sorry.
I don’t use the timer so i hadn't noticed.
I should have used a more specific selector.
Now it's "td.stat button {display:none;}", that is, only buttons are hidden. The timer should stay visible.
Please download the new version.

@ospalh ospalh closed this as completed Feb 12, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants