This commit is contained in:
Laurent Destailleur 2022-01-23 02:22:12 +01:00
parent e3cf5fecbe
commit 0c8cdad1e9
2 changed files with 3 additions and 3 deletions

View File

@ -261,7 +261,7 @@ input:invalid, select:invalid, input.--error , select.--error {
div.tabBar textarea:focus {
border: 1px solid #aaa !important;
}
input:focus:not(.select2-search__field):not(#top-bookmark-search-input), select:focus, .select2-container--open .select2-selection--single {
input:focus:not(.button):not(.select2-search__field):not(#top-bookmark-search-input), select:focus, .select2-container--open .select2-selection--single {
/* div.tabBar input:focus, div.tabBar select:focus { */
border-bottom: 1px solid #666 !important;
border-bottom-left-radius: 0 !important;
@ -994,7 +994,7 @@ div.divsearchfield {
padding-left: 2px;
}
.divfilteralone {
background-color: #e8e8e8;
background-color: rgba(0, 0, 0, 0.08);
border-radius: 5px;
padding-left: 5px;
}

View File

@ -1099,7 +1099,7 @@ a.editfielda.nohover *:hover:before {
padding-<?php print $right; ?>: 20px;
}
.divfilteralone {
background-color: #e8e8e8;
background-color: rgba(0, 0, 0, 0.08);
border-radius: 5px;
padding-left: 5px;
}