completata gestione filtraggio da stato schede...
This commit is contained in:
@@ -7,7 +7,10 @@
|
||||
margin: 0.25em;
|
||||
}
|
||||
.table-striped > tbody > tr:nth-child(odd) > th {
|
||||
background-image: linear-gradient(to bottom, #f5f5f5 0%, #e2e2e2 100%);
|
||||
background-image: linear-gradient(to bottom, #e3e3e3 0, #acacac 100%);
|
||||
}
|
||||
.table-striped > tbody > tr:nth-child(odd) {
|
||||
background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
|
||||
}
|
||||
.table > thead > tr > th,
|
||||
.table > tbody > tr > th,
|
||||
@@ -65,6 +68,19 @@ a:focus {
|
||||
.bg-default {
|
||||
background-color: white;
|
||||
}
|
||||
/*---------------------------------------------------------
|
||||
AREA UserSection
|
||||
---------------------------------------------------------*/
|
||||
.limitText {
|
||||
display: inline-block;
|
||||
max-width: 100%;
|
||||
overflow: hidden;
|
||||
-ms-text-overflow: ellipsis;
|
||||
-o-text-overflow: ellipsis;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
/*---------------------------------------------------------*/
|
||||
/* Formato stato scheda collaudo */
|
||||
.sc {
|
||||
font-weight: bold;
|
||||
|
||||
Reference in New Issue
Block a user