Skip to content
Snippets Groups Projects
Commit eb6327c0 authored by Angie Byron's avatar Angie Byron
Browse files

#628932 by drifter: Fixed border around text formats box in Seven.

parent 79643e89
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -479,7 +479,7 @@ html.js fieldset.collapsible .fieldset-wrapper {
}
div.form-item {
padding: 9px;
padding: 9px 0;
margin: 0 0 10px;
}
......@@ -520,7 +520,7 @@ div.form-item label.option input {
.filter-wrapper {
border-top: 0;
width: 95%;
padding: 10px 2px 10px 2px;
padding: 10px 2px;
}
.filter-wrapper > div {
......@@ -608,6 +608,11 @@ select.form-select:focus {
border-color: #ace;
}
.resizable-textarea .grippie {
width: 100%;
padding: 0 2px;
}
html.js input.form-autocomplete {
background-position: 100% 4px;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment