gamutable/css/gamutable.css
2021-04-26 09:08:05 +02:00

126 lines
1.8 KiB
CSS

.gamutable--surTable select,
.gamutable--surTable input {
margin-bottom: 0;
}
.gamutable--surTable .gamutable-nbrMax {
margin-left: 2rem;
}
.gamutable--sousTable {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
}
.gamutable--pagination {
display: -ms-flexbox;
display: flex;
}
.gamutable__input--rechercher {
padding: 0.25rem 1rem;
}
.gamutable table {
font-size: 1rem;
table-layout: auto;
}
.gamutable table thead {
border: 1px solid #777777;
}
.gamutable table th > div {
display: -ms-flexbox;
display: flex;
}
.gamutable table .label_tete_colonne {
-ms-flex-positive: 1;
flex-grow: 1;
}
.gamutable table .iconeTri {
float: right;
width: calc(1rem + 4px);
}
.gamutable table .iconeTri .fa {
padding: 2px 5px;
cursor: pointer;
}
.gamutable table .tri_col {
cursor: pointer;
fill: #cecece;
}
.gamutable table .iconeTri > .active {
fill: #000;
}
.gamutable table tr:hover {
background-color: rgba(179, 209, 67, 0.27);
}
#app .select {
background-color: rgba(179, 209, 67, 0.47);
}
td.id {
cursor: pointer;
}
th.icone {
width: 30px;
text-align: center;
}
tr.filtreColonne th {
padding: 0;
}
tr.filtreColonne th select {
margin: 0;
}
td.icone > * {
width: 100%;
display: block;
padding: 0.5rem;
text-align: center;
}
div.gamutable .url_action {
padding: 0.2rem;
display: inline-block;
background-color: #f5f5f5;
border: 1px solid #cecece;
border-radius: 5px;
}
div.gamutable .url_action:hover {
background-color: #cecece;
}
td.icone i {
font-size: 1.8rem;
}
.vueBlocs {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.vueBlocs-unbloc {
width: 23%;
border: 1px solid #cecece;
margin-bottom: 1rem;
margin-right: 1rem;
}
/*# sourceMappingURL=gamutable.css.map */