Skip to content

Commit

Permalink
style dropdown some more
Browse files Browse the repository at this point in the history
  • Loading branch information
herbdool committed Jun 4, 2024
1 parent c8f976f commit e6bb370
Showing 1 changed file with 39 additions and 12 deletions.
51 changes: 39 additions & 12 deletions css/paragraphs.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,28 +30,55 @@ html.dialog-open {
right: 0;
display: block;
z-index: 100;
background: #eee;
background: #fff;
border-radius: 4px;
border: 0;
border: 1px solid #eee;
margin-top: 5px;
}
.paragraphs-actions-more .details-child-wrapper:before {
content: "";
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 8px solid #eee;
height: 0;
display: inline-block;
position: absolute;
left: auto;
right: 18px;
top: -16px;
border: 8px solid transparent;
border-bottom: 8px solid #eee;
}
.paragraphs-actions-more .details-child-wrapper:after {
content: "";
display: inline-block;
position: absolute;
top: -8px;
width: 0;
left: auto;
right: 19px;
top: -14px;
border: 7px solid transparent;
border-bottom: 7px solid #fff;
}
.paragraphs-actions-more .details-child-wrapper input.form-submit {
padding: 0.5em 1em;
margin: 0;
border: 0;
border-radius: unset;
box-shadow: none;
/* background-color: transparent; */
line-height: normal;
transition: none;
text-align: left;
width: 100%;
}
.paragraphs-actions-more .details-child-wrapper input {
margin-left: 1em;
margin-right: 1em;
.paragraphs-actions-more .details-child-wrapper input.form-submit:hover {
box-shadow: none;
}
.paragraphs-actions-more .details-child-wrapper input.form-submit:not(.button-danger):hover {
color: #ffffff;
background-color: #0074bd;
}
.paragraphs-actions-more .details-child-wrapper input:first-child {
margin-top: 1em;
margin-top: 0.5em;
}
.paragraphs-actions-more .details-child-wrapper input:last-child {
margin-bottom: 0.5em;
}

.field-widget-paragraphs-embed {
Expand Down

0 comments on commit e6bb370

Please sign in to comment.