Hide fieldset borders on filter edit. They look weird because the top one is hidden

pull/3588/head
Isaac Connor 2022-08-31 23:37:32 +02:00
parent 45e916573b
commit ee4302f2cf
1 changed files with 5 additions and 2 deletions

View File

@ -73,8 +73,11 @@ min-width: 500px;
}
#ActionsAndOptions {
padding-top: 5px;
border-top: 1px solid #7f7fb2;
border-bottom: 1px solid #7f7fb2;
border-top: 1px solid #3498db;
border-bottom: 1px solid #3498db;
}
#ActionsAndOptions fieldset {
border: none;
}
#ActionsAndOptions:after {
content: ".";