Hide fieldset borders on filter edit. They look weird because the top one is hidden
parent
45e916573b
commit
ee4302f2cf
|
@ -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: ".";
|
||||
|
|
Loading…
Reference in New Issue