Fixed changelist filter header style

pull/17/head
Fabio Caccamo 2017-02-16 11:30:44 +01:00
parent 6e5cbf3a2c
commit ff2d05e44c
1 changed files with 5 additions and 0 deletions

View File

@ -343,6 +343,11 @@
border-bottom-right-radius:4px;
}
.module.filtered #changelist-filter h2 {
font-size: 11px;
padding: 10px 15px;
}
.module.filtered #changelist-filter select {
background-color:#ffffff;
}