Remove fieldset styling. We were conflicting with bootstrap

pull/3054/head
Isaac Connor 2020-09-21 13:00:29 -04:00
parent 96474a7d94
commit 2ff2fbecd9
1 changed files with 0 additions and 14 deletions

View File

@ -326,24 +326,10 @@ ul.tabList li.active a {
color: #dc143c;
}
fieldset {
border: 1px solid black;
padding: 4px;
margin-bottom: 8px;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
}
fieldset > legend {
padding: 0 2px;
}
/*
* Behavior classes
*/
.ok, .infoText {
color: #0fb9b1;
}