avancement template + excel
This commit is contained in:
parent
f3a1407e00
commit
7ef810b391
14 changed files with 525 additions and 180 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -26,3 +26,5 @@ jenkins.group=EPO
|
|||
|
||||
spring.data.mongodb.database=businessProxyDB
|
||||
spring.data.mongodb.host=localhost:27017
|
||||
|
||||
spring.servlet.multipart.enabled=false
|
||||
|
|
|
|||
Loading…
Add table
editor.link_modal.header
Reference in a new issue