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

File diff suppressed because one or more lines are too long