Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bug 519317 - AutoFill drop down showing on fields in launch configura…
…tion
  • Loading branch information
squarti committed Jul 6, 2017
1 parent 5e01e00 commit 86411e2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Expand Up @@ -131,6 +131,7 @@ select {

.listCell select {
height: inherit;
width: 100%;
}

#servicesAddRemoveButtonsCol {
Expand Down Expand Up @@ -340,3 +341,12 @@ td#host::before{
span.tooltipContainer{
left: 145px !important;
}

input::-webkit-contacts-auto-fill-button {
visibility: hidden;
display: none !important;
pointer-events: none;
position: absolute;
right: 0;
}

Expand Up @@ -96,6 +96,7 @@
.addNewMenuItem > .orionButton {
font-size: 16px;
font-weight: bold;
padding-bottom: 6px;
}

.launchConfigurationDeleteButton.orionButton {
Expand Down

0 comments on commit 86411e2

Please sign in to comment.