|
582 | 582 | } |
583 | 583 | input:focus:not(.input-icon-user, .input-icon-password, .input-icon-security):not(.noborderfocus):not(.inputsearch_dropdownselectedfields):not(.button):not(.buttonwebsite):not(.buttonreset):not(.select2-search__field):not(#top-bookmark-search-input):not(.search_component_input):not(.input-nobottom), |
584 | 584 | select:focus, .select2-container--open [aria-expanded="false"].select2-selection--single, |
585 | | - .select2-container--focus span.selection span.select2-selection:not(.massactionselect) { |
| 585 | + .select2-container--focus span.selection span.select2-selection:not(.noborderfocus):not(.massactionselect) { |
586 | 586 | <?php if (getDolGlobalString('THEME_SHOW_BORDER_ON_INPUT')) { ?> |
587 | 587 | border: 1px solid #666 !important; |
588 | 588 | <?php } else { ?> |
|
3026 | 3026 |
|
3027 | 3027 | .pictofixedwidth { |
3028 | 3028 | text-align: start; |
3029 | | - width: 20px; /* do not use em unit here */ |
| 3029 | + width: 22px; /* do not use em unit here */ |
3030 | 3030 | /* padding-right: 0; */ |
3031 | 3031 | } |
3032 | 3032 | img.pictofixedwidth { |
|
3890 | 3890 |
|
3891 | 3891 | .vmenusearchselectcombo { |
3892 | 3892 | width: <?php echo $leftmenuwidth - 20; ?>px; |
| 3893 | + height: 38px !important; |
| 3894 | +} |
| 3895 | +.vmenusearchselectcombo > .select2-selection__rendered, .vmenusearchselectcombo > .select2-selection__arrow { |
| 3896 | + line-height: 38px !important; |
| 3897 | + height: 38px !important; |
3893 | 3898 | } |
3894 | 3899 |
|
3895 | 3900 | .menu_contenu { |
|
4716 | 4721 | table.liste td, table.noborder > tr > td, |
4717 | 4722 | table.noborder > tbody > tr > td, |
4718 | 4723 | div.noborder form div, table.tableforservicepart1 td, table.tableforservicepart2 td { |
4719 | | - padding: 4px 8px 4px 10px; /* t r b l */ |
4720 | | - height: 28px; |
| 4724 | + padding: 8px 12px 8px 12px; /* t r b l */ |
| 4725 | + height: 32px; |
4721 | 4726 | } |
4722 | 4727 | table.liste tr.trkanban td { |
4723 | 4728 | padding: 12px 15px 12px 15px; /* t r b l */ |
|
7259 | 7264 | border: none; |
7260 | 7265 | } |
7261 | 7266 |
|
7262 | | -.blockvmenusearch .select2-container--default .select2-selection--single, |
| 7267 | +.blockvmenusearch .select2-container--default .select2-selection--single |
| 7268 | +{ |
| 7269 | + /* background-color: var(--colorbackvmenu1); */ |
| 7270 | +} |
7263 | 7271 | .blockvmenubookmarks .select2-container--default .select2-selection--single |
7264 | 7272 | { |
7265 | 7273 | background-color: var(--colorbackvmenu1); |
|
7315 | 7323 | border-top: 1px solid #ccc; |
7316 | 7324 | border-bottom: 1px solid #ccc; |
7317 | 7325 | } |
7318 | | -.select2-container--default .select2-selection--single { |
| 7326 | +.select2-container--default .select2-selection--single:not(.selectwidget) { |
7319 | 7327 | outline: none; |
7320 | 7328 | <?php if (!getDolGlobalString('THEME_SHOW_BORDER_ON_INPUT')) { ?> |
7321 | 7329 | border-top: none; |
|
7330 | 7338 |
|
7331 | 7339 | box-shadow: none !important; |
7332 | 7340 | } |
| 7341 | +.select2-container--default .select2-selection--single.selectwidget, |
| 7342 | +.select2-container--default .select2-selection--single.selectwidget:hover, |
| 7343 | +.select2-container--default .select2-selection--single.selectwidget:focus { |
| 7344 | + outline: none; |
| 7345 | + border-top: none; |
| 7346 | + border-left: none; |
| 7347 | + border-right: none; |
| 7348 | + border-bottom: solid 1px var(--inputbordercolor); |
| 7349 | + border-radius: 0; |
| 7350 | + box-shadow: none !important; |
| 7351 | +} |
7333 | 7352 | .select2-container--default.select2-container--focus .select2-selection--multiple { |
7334 | 7353 | border-top: none; |
7335 | 7354 | border-left: none; |
|
0 commit comments