Skip to content

Commit

Permalink
fix(build): increse color property hieght to be visible
Browse files Browse the repository at this point in the history
  • Loading branch information
mwfarb committed Sep 8, 2022
1 parent 10dbd27 commit a3882c0
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions build/list.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ ul li.checked::before {
}

.edit:hover {
background-color: #AED6F1 ;
background-color: #AED6F1;
color: black;
}

Expand Down Expand Up @@ -102,11 +102,11 @@ ul li.checked::before {
}

.objtypelist {
width: 100%;
height: 200px;
font-family: monospace;
font-size: 10px;
line-height: 90%;
width: 100%;
height: 200px;
font-family: monospace;
font-size: 10px;
line-height: 90%;
}

.infopanel {
Expand Down Expand Up @@ -136,3 +136,8 @@ ul li.checked::before {
text-decoration: none;
pointer-events: none;
}

/* bootstrap color input height is 20px, with margins, only see 1px high border, override*/
input[type="color"] {
height: 30px;
}

0 comments on commit a3882c0

Please sign in to comment.