Skip to content
Snippets Groups Projects

S16051 Dropdown options with render mode 3 now have the same padding as the...

Closed Jan Haller requested to merge S16051_dropdown_with_render_mode_3 into develop
1 file
+ 12
0
Compare changes
  • Side-by-side
  • Inline
+ 12
0
@@ -1477,4 +1477,16 @@ input.qfq-password {
//
.table-multi-form > tbody > tr > td {
vertical-align: middle;
}
// gray text and corrected padding for inactive dropdown options (render mode 3)
.dropdown-menu>li {
padding: 3px 20px;
color: gray;
}
// reset previous rule for active options (render mode 0)
.dropdown-menu>li>a {
padding: 0px 0px;
color: #333;
}
\ No newline at end of file
Loading