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

Input css fixes #5128

Merged
merged 5 commits into from
Feb 19, 2019
Merged

Input css fixes #5128

merged 5 commits into from
Feb 19, 2019

Commits on Nov 9, 2018

  1. Change input style effects

    Adds colored focus and hover, and reduces the box-shadow to not look as gray. Also fixes disabled status and adds a new .disabled class for buttons.
    
    Fixes #4607
    
    Signed-off-by: Gwenwyfar <gwenwyfar@simplemachines.org>
    Gwen committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    c11989d View commit details
    Browse the repository at this point in the history
  2. Fixes textarea overflow

    Missed this one.
    
    Signed-off-by: Gwenwyfar <gwenwyfar@simplemachines.org>
    Gwen committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    705680e View commit details
    Browse the repository at this point in the history
  3. Removes box-shadow in radios/checkboxes

    Because some browsers do not ignore it.
    
    Signed-off-by: Gwenwyfar <gwenwyfar@simplemachines.org>
    Gwen committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    a6a9357 View commit details
    Browse the repository at this point in the history
  4. Add default [size] based width values for number inputs

    Signed-off-by: Gwenwyfar <gwenwyfar@simplemachines.org>
    Gwen committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    2fd5a5e View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2019

  1. Configuration menu
    Copy the full SHA
    f4f1e76 View commit details
    Browse the repository at this point in the history