Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • V vertex-manjaro
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Artwork
  • themes
  • vertex-manjaro
  • Issues
  • #8

Closed
Open
Created Jun 29, 2017 by Philip Müller@philmOwner

Invisible checkboxes and radio buttons

Created by: cprn

It started recently after (I think) update to Firefox 54.0 (Manjaro.i3, Vertex-Maia-Dark). All the checkboxes and radio buttons have width and height of 0px:

2017-06-30-012455_574x29_scrot

After uncommenting the relevant section in chrome/userContent.css and adding width: 10px; height 10px the inputs are visible. There's no visual difference between checked and unchecked one but they can be "clicked" at least:

2017-06-30-012412_584x41_scrot

 14 /* */
 15 input[type="radio"],
 16 input[type="checkbox"] {
 17 border: 2px inset white ! important;
 18 background-color: white ! important;
 19 color: ThreeDFace ! important;
 20 width: 10px;
 21 height: 10px;
 22 -moz-appearance: none !important;
 23 }
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking