feature: saved exports view/edit/trigger
This commit is contained in:
@@ -2038,24 +2038,24 @@ h1.Config_DocumentTemplates {
|
||||
cursor: not-allowed;
|
||||
background-color: #f4f4f4;
|
||||
}
|
||||
#Config_Export_Create_OnDemand #Config_Export_Create_OnDemand_List {
|
||||
#Config_Export_Edit_OnDemand #Config_Export_Edit_OnDemand_List {
|
||||
height: 120px;
|
||||
overflow-y: auto;
|
||||
background-color: #fff;
|
||||
border: 1px solid #d8d8d8;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
#Config_Export_Create_OnDemand #Config_Export_Create_OnDemand_List li {
|
||||
#Config_Export_Edit_OnDemand #Config_Export_Edit_OnDemand_List li {
|
||||
cursor: pointer;
|
||||
margin: 2px 4px;
|
||||
}
|
||||
#Config_Export_Create_OnDemand #Config_Export_Create_OnDemand_List li:hover {
|
||||
#Config_Export_Edit_OnDemand #Config_Export_Edit_OnDemand_List li:hover {
|
||||
background-color: #f4f4f4;
|
||||
}
|
||||
#Config_Export_Create_OnDemand #Config_Export_Create_OnDemand_List li:hover .remove {
|
||||
#Config_Export_Edit_OnDemand #Config_Export_Edit_OnDemand_List li:hover .remove {
|
||||
opacity: 0.8;
|
||||
}
|
||||
#Config_Export_Create_OnDemand #Config_Export_Create_OnDemand_List li .remove {
|
||||
#Config_Export_Edit_OnDemand #Config_Export_Edit_OnDemand_List li .remove {
|
||||
margin-top: 2px;
|
||||
padding-right: 6px;
|
||||
float: right;
|
||||
@@ -2064,6 +2064,6 @@ h1.Config_DocumentTemplates {
|
||||
color: #e51400;
|
||||
font-size: 1.3em;
|
||||
}
|
||||
#Config_Export_Create_OnDemand #Config_Export_Create_OnDemand_List li .remove:hover {
|
||||
#Config_Export_Edit_OnDemand #Config_Export_Edit_OnDemand_List li .remove:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
Reference in New Issue
Block a user