gamutable/css/gamutable.css
2020-10-21 11:48:27 +02:00

81 lines
1.1 KiB
CSS

.gamutable--sousTable {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
}
.gamutable--pagination {
display: -ms-flexbox;
display: flex;
}
.gamutable table {
font-size: 1rem;
}
.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: 1rem;
}
.gamutable table .tri_col {
cursor: pointer;
fill: #cecece;
}
.gamutable table .iconeTri > .active {
fill: #000;
}
#app .select {
background-color: rgba(179, 209, 67, 0.47);
}
td.id {
cursor: pointer;
}
th.icone {
width: 30px;
text-align: center;
}
td.icone {
/*padding: 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;
}
/*# sourceMappingURL=gamutable.css.map */