This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
2022-04-21 17:53:09 +00:00
|
|
|
/**
|
2022-04-22 09:07:18 +00:00
|
|
|
* eReuse CSS
|
2022-04-21 17:53:09 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
/*--------------------------------------------------------------
|
|
|
|
# LotsSelector
|
|
|
|
--------------------------------------------------------------*/
|
|
|
|
|
|
|
|
#dropDownLotsSelector {
|
2022-04-22 09:07:18 +00:00
|
|
|
max-height: 500px;
|
2022-04-21 17:53:09 +00:00
|
|
|
}
|
|
|
|
|
2022-04-22 09:07:18 +00:00
|
|
|
#dropDownLotsSelector>ul#LotsSelector {
|
|
|
|
list-style-type: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
min-width: max-content;
|
|
|
|
max-height: 40vh;
|
|
|
|
overflow-y: auto;
|
2022-04-21 17:53:09 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#dropDownLotsSelector #ApplyDeviceLots {
|
2022-04-22 09:07:18 +00:00
|
|
|
padding-top: 0px;
|
|
|
|
padding-bottom: 5px;
|
|
|
|
}
|