maj css suite maj gulp

This commit is contained in:
Christophe 2022-09-27 11:28:29 +02:00
parent 6cb3d68829
commit 6189c900c2
2 changed files with 7 additions and 24 deletions

View file

@ -18,10 +18,9 @@ div.vue-input > input {
font-size: 1.2rem;
padding: 5px 5px !important;
}
.gamutable__input--filtrer:valid {
font-size: 1.2rem;
background-color: #999999;
background-color: rgb(153, 153, 153);
color: #000;
}
@ -44,11 +43,9 @@ div.vue-input > input {
.gamutable--surTable input {
margin-bottom: 0;
}
.gamutable--surTable .gamutable-nbrMax {
margin-left: 2rem;
}
.gamutable--surTable .includespip {
margin-left: 2rem;
}
@ -64,12 +61,10 @@ div.vue-input > input {
display: -ms-flexbox;
display: flex;
}
.gamutable--pagination .page-item {
display: -ms-flexbox;
display: flex;
}
.gamutable--pagination .page-link {
margin: 0 0.2rem;
background-color: #eee;
@ -85,11 +80,9 @@ div.vue-input > input {
font-size: 1rem;
table-layout: auto;
}
.gamutable table thead {
border: 1px solid #777777;
border: 1px solid rgb(119, 119, 119);
}
.gamutable table .gt_labels {
display: -ms-flexbox;
display: flex;
@ -98,37 +91,30 @@ div.vue-input > input {
-ms-flex-align: center;
align-items: center;
}
.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: #dc3545;
color: #dc3545;
fill: rgb(220, 53, 69);
color: rgb(220, 53, 69);
}
.gamutable table tbody tr:hover {
background-color: rgba(179, 209, 67, 0.27);
}
@ -149,7 +135,6 @@ th.icone {
tr.filtreColonne th {
padding: 0;
}
tr.filtreColonne th select {
margin: 0;
}
@ -168,7 +153,6 @@ div.gamutable .url_action {
border: 1px solid #cecece;
border-radius: 5px;
}
div.gamutable .url_action:hover {
background-color: #cecece;
}
@ -853,11 +837,11 @@ td.icone i {
}
.w66 {
width: calc(100% / 3 * 2);
width: 66.6666666667%;
}
.w33 {
width: calc(100% / 3);
width: 33.3333333333%;
}
.wauto {
@ -887,5 +871,4 @@ td.icone i {
.maxw1140p {
max-width: 1140px;
}
/*# sourceMappingURL=gamutable.css.map */

File diff suppressed because one or more lines are too long