avancement template + excel

This commit is contained in:
guillaume 2019-02-07 11:45:07 +01:00
commit 7ef810b391
14 changed files with 525 additions and 180 deletions

View file

@ -1,4 +1,24 @@
.assetEdit-content{
width: 77vw!important;
height: 34vw;
}
.menu-upload{
background: transparent;
/* width: 100%; */
font-size: 1vw;
margin: 0px;
margin-left: 10px;
height: 4vw;
color: rgb(0,0,0,0.4);
border-radius: 0px;
}
.menu-button-asset-edit {
background: transparent;
/* width: 100%; */
font-size: 1vw;
margin: 0.5vw;
height: 3vw;
color: rgb(0,0,0,0.4);
border-radius: 0px;
cursor: pointer;
}

View file

@ -10,3 +10,36 @@
</style>
</template>
</dom-module>
<dom-module id="other" theme-for="vaadin-upload">
<template>
<style>
[part="upload-button"]{
color:rgb(0,0,0,0.4)!important;
}
</style>
</template>
</dom-module>
<dom-module id="my-file-download" theme-for="file-download-wrapper">
<template>
<style>
:host {
--my-color-exceptionnel:rgb(0,0,0,0.4);
}
</style>
</template>
</dom-module>
<dom-module id="button-link" theme-for="vaadin-button">
<template>
<style>
:host(.menu-button-asset-edit){
color:var(--my-color-exceptionnel, rgb(0,0,0,0.4));
}
</style>
</template>
</dom-module>

View file

@ -26,3 +26,5 @@ jenkins.group=EPO
spring.data.mongodb.database=businessProxyDB
spring.data.mongodb.host=localhost:27017
spring.servlet.multipart.enabled=false