source: sapic/static/DataTables/extensions/Select/css/select.bootstrap.css @ cd20b73

erwinexplicacion_situacionalgestion_usuariostaller_django
Last change on this file since cd20b73 was 57f6191, checked in by lhernandez <lhernandez@…>, 7 años ago

Agregado estructura del proyecto, desarrollado e implementado la gestion de usuario, por estabilizar la gestion de usuario segun diagramas de secuencias

  • Propiedad mode establecida a 100644
File size: 4.3 KB
Línea 
1table.dataTable tbody > tr.selected,
2table.dataTable tbody > tr > .selected {
3  background-color: #08C;
4}
5table.dataTable.stripe tbody > tr.odd.selected,
6table.dataTable.stripe tbody > tr.odd > .selected, table.dataTable.display tbody > tr.odd.selected,
7table.dataTable.display tbody > tr.odd > .selected {
8  background-color: #0085c7;
9}
10table.dataTable.hover tbody > tr.selected:hover,
11table.dataTable.hover tbody > tr > .selected:hover, table.dataTable.display tbody > tr.selected:hover,
12table.dataTable.display tbody > tr > .selected:hover {
13  background-color: #0083c5;
14}
15table.dataTable.order-column tbody > tr.selected > .sorting_1,
16table.dataTable.order-column tbody > tr.selected > .sorting_2,
17table.dataTable.order-column tbody > tr.selected > .sorting_3,
18table.dataTable.order-column tbody > tr > .selected, table.dataTable.display tbody > tr.selected > .sorting_1,
19table.dataTable.display tbody > tr.selected > .sorting_2,
20table.dataTable.display tbody > tr.selected > .sorting_3,
21table.dataTable.display tbody > tr > .selected {
22  background-color: #0085c8;
23}
24table.dataTable.display tbody > tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_1 {
25  background-color: #0081c1;
26}
27table.dataTable.display tbody > tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_2 {
28  background-color: #0082c2;
29}
30table.dataTable.display tbody > tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_3 {
31  background-color: #0083c4;
32}
33table.dataTable.display tbody > tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_1 {
34  background-color: #0085c8;
35}
36table.dataTable.display tbody > tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_2 {
37  background-color: #0086ca;
38}
39table.dataTable.display tbody > tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_3 {
40  background-color: #0087cb;
41}
42table.dataTable.display tbody > tr.odd > .selected, table.dataTable.order-column.stripe tbody > tr.odd > .selected {
43  background-color: #0081c1;
44}
45table.dataTable.display tbody > tr.even > .selected, table.dataTable.order-column.stripe tbody > tr.even > .selected {
46  background-color: #0085c8;
47}
48table.dataTable.display tbody > tr.selected:hover > .sorting_1, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_1 {
49  background-color: #007dbb;
50}
51table.dataTable.display tbody > tr.selected:hover > .sorting_2, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_2 {
52  background-color: #007ebd;
53}
54table.dataTable.display tbody > tr.selected:hover > .sorting_3, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_3 {
55  background-color: #007fbf;
56}
57table.dataTable.display tbody > tr:hover > .selected,
58table.dataTable.display tbody > tr > .selected:hover, table.dataTable.order-column.hover tbody > tr:hover > .selected,
59table.dataTable.order-column.hover tbody > tr > .selected:hover {
60  background-color: #007dbb;
61}
62table.dataTable td.select-checkbox {
63  position: relative;
64}
65table.dataTable td.select-checkbox:before, table.dataTable td.select-checkbox:after {
66  display: block;
67  position: absolute;
68  top: 1.2em;
69  left: 50%;
70  width: 12px;
71  height: 12px;
72  box-sizing: border-box;
73}
74table.dataTable td.select-checkbox:before {
75  content: ' ';
76  margin-top: -6px;
77  margin-left: -6px;
78  border: 1px solid black;
79  border-radius: 3px;
80}
81table.dataTable tr.selected td.select-checkbox:after {
82  content: '\2714';
83  margin-top: -11px;
84  margin-left: -4px;
85  text-align: center;
86  text-shadow: 1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9;
87}
88
89div.dataTables_wrapper span.select-info,
90div.dataTables_wrapper span.select-item {
91  margin-left: 0.5em;
92}
93
94@media screen and (max-width: 640px) {
95  div.dataTables_wrapper span.select-info,
96  div.dataTables_wrapper span.select-item {
97    margin-left: 0;
98    display: block;
99  }
100}
101table.dataTable tbody tr.selected,
102table.dataTable tbody th.selected,
103table.dataTable tbody td.selected {
104  color: white;
105}
106table.dataTable tbody tr.selected a,
107table.dataTable tbody th.selected a,
108table.dataTable tbody td.selected a {
109  color: #a2d4ed;
110}
Nota: Vea TracBrowser para ayuda de uso del navegador del repositorio.