Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Issues
  • #2756
Closed
Open
Issue created Mar 23, 2012 by Administrator@rootContributor

IE7 and black border on submits

Created by: ctalkington

I am running into this issue with IE7 where my submits have black borders around them. I am also able to reproduce the borders by viewing the BS project site in IE7. I think it has something to do with default form focus as it tends to go away if you click in address bar or inspect the element. Example:

Viewport Focused: http://share.talkingtontech.com/2012-03-23_0149.png Viewpor un-Focused : http://share.talkingtontech.com/2012-03-23_0150.png

I've read that this can be resolved with the below but wanted to see if anyone notices this.

input[type=submit],
input[type=reset],
input[type=button] {
       filter:chroma(color=#000000);
}

http://twitter.github.com/bootstrap/base-css.html#forms

Assignee
Assign to
Time tracking