feature: saved exports
initial - not feature complete
This commit is contained in:
@@ -2037,4 +2037,33 @@ h1.Config_DocumentTemplates {
|
||||
.dialog-item-picker > div.disabled {
|
||||
cursor: not-allowed;
|
||||
background-color: #f4f4f4;
|
||||
}
|
||||
#Config_Export_Create_OnDemand #Config_Export_Create_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 {
|
||||
cursor: pointer;
|
||||
margin: 2px 4px;
|
||||
}
|
||||
#Config_Export_Create_OnDemand #Config_Export_Create_OnDemand_List li:hover {
|
||||
background-color: #f4f4f4;
|
||||
}
|
||||
#Config_Export_Create_OnDemand #Config_Export_Create_OnDemand_List li:hover .remove {
|
||||
opacity: 0.8;
|
||||
}
|
||||
#Config_Export_Create_OnDemand #Config_Export_Create_OnDemand_List li .remove {
|
||||
margin-top: 2px;
|
||||
padding-right: 6px;
|
||||
float: right;
|
||||
cursor: pointer;
|
||||
opacity: 0;
|
||||
color: #e51400;
|
||||
font-size: 1.3em;
|
||||
}
|
||||
#Config_Export_Create_OnDemand #Config_Export_Create_OnDemand_List li .remove:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
@@ -2460,3 +2460,40 @@ h1.Config_DocumentTemplates {
|
||||
|
||||
.dialog-bulk-generate {
|
||||
}
|
||||
|
||||
#Config_Export_Create_OnDemand {
|
||||
#Config_Export_Create_OnDemand_List {
|
||||
height: 120px;
|
||||
overflow-y: auto;
|
||||
background-color: @white;
|
||||
border: 1px solid @TableDataDarkBorderColour;
|
||||
margin-bottom: 10px;
|
||||
|
||||
li {
|
||||
cursor: pointer;
|
||||
margin: 2px 4px;
|
||||
|
||||
&:hover {
|
||||
background-color: @TableDataBorderColour;
|
||||
|
||||
.remove {
|
||||
opacity: .8;
|
||||
}
|
||||
}
|
||||
|
||||
.remove {
|
||||
margin-top: 2px;
|
||||
padding-right: 6px;
|
||||
float: right;
|
||||
cursor: pointer;
|
||||
opacity: 0;
|
||||
color: @StatusRemove;
|
||||
font-size: 1.3em;
|
||||
|
||||
&:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user