This commit is contained in:
Laurent Destailleur 2019-01-14 00:32:52 +01:00
parent 48e7fcd821
commit db593bf45d

View File

@ -456,7 +456,7 @@ select.flat, form.flat select {
color: #FFF !important; color: #FFF !important;
} }
.optiongrey, .opacitymedium { .optiongrey, .opacitymedium {
opacity: 0.5; opacity: 0.4;
} }
.opacityhigh { .opacityhigh {
opacity: 0.2; opacity: 0.2;
@ -1153,6 +1153,11 @@ select.selectarrowonleft option {
} }
} }
.linkobject { cursor: pointer; } .linkobject { cursor: pointer; }
table.tableforfield tr>td:first-of-type {
color: #666;
}
<?php if (GETPOST('optioncss','aZ09') == 'print') { ?> <?php if (GETPOST('optioncss','aZ09') == 'print') { ?>
.hideonprint { display: none; } .hideonprint { display: none; }
<?php } ?> <?php } ?>
@ -1391,7 +1396,7 @@ div.secondcolumn div.box {
float: none; float: none;
width: auto; width: auto;
} }
.fichehalfright-lg .ficheaddleft{ .fichehalfright-lg .ficheaddleft{
padding-left:0; padding-left:0;
} }
@ -4714,7 +4719,6 @@ div.dataTables_length select {
} }
.select2-default { .select2-default {
color: #999 !important; color: #999 !important;
/*opacity: 0.2;*/
} }
.select2-choice, .select2-container .select2-choice { .select2-choice, .select2-container .select2-choice {
border-bottom: solid 1px rgba(0,0,0,.4); border-bottom: solid 1px rgba(0,0,0,.4);
@ -4855,7 +4859,7 @@ a span.select2-chosen
cursor: default; cursor: default;
} }
.select2-container-disabled .select2-choice .select2-arrow b { .select2-container-disabled .select2-choice .select2-arrow b {
opacity: 0.5; opacity: 0.4;
} }
.select2-container-multi .select2-choices .select2-search-choice { .select2-container-multi .select2-choices .select2-search-choice {
margin-bottom: 3px; margin-bottom: 3px;
@ -4880,11 +4884,11 @@ a span.select2-chosen
} }
.select2-container--default .select2-selection--single .select2-selection__placeholder { .select2-container--default .select2-selection--single .select2-selection__placeholder {
color: unset; color: unset;
opacity: 0.5; opacity: 0.4;
} }
span#select2-boxbookmark-container, span#select2-boxcombo-container { span#select2-boxbookmark-container, span#select2-boxcombo-container {
text-align: <?php echo $left; ?>; text-align: <?php echo $left; ?>;
opacity: 0.5; opacity: 0.4;
} }
.select2-container .select2-selection--single .select2-selection__rendered { .select2-container .select2-selection--single .select2-selection__rendered {
padding-left: 6px; padding-left: 6px;