Skip to content

Commit

Permalink
Actualizar estáticos con las últimas correcciones
Browse files Browse the repository at this point in the history
Se han aplicado las últimas correcciones detectadas.
  • Loading branch information
xaabi6 committed May 29, 2020
1 parent fc6f655 commit 23e628b
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 47 deletions.
30 changes: 10 additions & 20 deletions x21aStatics/WebContent/4x/rup/css/rup.css
Original file line number Diff line number Diff line change
Expand Up @@ -12815,16 +12815,6 @@ table.dataTable td {
background: transparent;
box-shadow: none; }

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
color: #333 !important;
border: none;
background: none; }

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
outline: none;
background: none;
border: none; }

.dataTables_wrapper .dataTables_paginate .ellipsis {
padding: 0 1em; }

Expand Down Expand Up @@ -14706,6 +14696,11 @@ div.material-datepicker.ui-datepicker {
background-color: #4caf50;
border: 0.1em solid #4caf50;
color: #FFFFFF; }
div.material-datepicker.ui-datepicker table.ui-datepicker-calendar td.ui-state-highlight,
div.material-datepicker.ui-datepicker table.ui-datepicker-calendar td.ui-state-highlight > a {
background-color: #4caf50;
border: 0;
color: #FFFFFF; }
div.material-datepicker.ui-datepicker table.ui-datepicker-calendar td > a:hover {
background-color: #72aac8;
border: 0.1em solid #72aac8;
Expand Down Expand Up @@ -38794,16 +38789,6 @@ table.dataTable td {
background: transparent;
box-shadow: none; }

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
color: #333 !important;
border: none;
background: none; }

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
outline: none;
background: none;
border: none; }

.dataTables_wrapper .dataTables_paginate .ellipsis {
padding: 0 1em; }

Expand Down Expand Up @@ -40685,6 +40670,11 @@ div.material-datepicker.ui-datepicker {
background-color: #4caf50;
border: 0.1em solid #4caf50;
color: #FFFFFF; }
div.material-datepicker.ui-datepicker table.ui-datepicker-calendar td.ui-state-highlight,
div.material-datepicker.ui-datepicker table.ui-datepicker-calendar td.ui-state-highlight > a {
background-color: #4caf50;
border: 0;
color: #FFFFFF; }
div.material-datepicker.ui-datepicker table.ui-datepicker-calendar td > a:hover {
background-color: #72aac8;
border: 0.1em solid #72aac8;
Expand Down
2 changes: 1 addition & 1 deletion x21aStatics/WebContent/4x/rup/css/rup.min.css

Large diffs are not rendered by default.

38 changes: 14 additions & 24 deletions x21aStatics/WebContent/4x/rup/portal/rup.css
Original file line number Diff line number Diff line change
Expand Up @@ -18480,18 +18480,6 @@
box-shadow: none;
}

.r01gContainer .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
color: #333 !important;
border: none;
background: none;
}

.r01gContainer .dataTables_wrapper .dataTables_paginate .paginate_button:active {
outline: none;
background: none;
border: none;
}

.r01gContainer .dataTables_wrapper .dataTables_paginate .ellipsis {
padding: 0 1em;
}
Expand Down Expand Up @@ -21346,6 +21334,13 @@
color: #FFFFFF;
}

.r01gContainer div.material-datepicker.ui-datepicker table.ui-datepicker-calendar td.ui-state-highlight,
.r01gContainer div.material-datepicker.ui-datepicker table.ui-datepicker-calendar td.ui-state-highlight > a {
background-color: #4caf50;
border: 0;
color: #FFFFFF;
}

.r01gContainer div.material-datepicker.ui-datepicker table.ui-datepicker-calendar td > a:hover {
background-color: #72aac8;
border: 0.1em solid #72aac8;
Expand Down Expand Up @@ -53723,18 +53718,6 @@
box-shadow: none;
}

.r01gContainer .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
color: #333 !important;
border: none;
background: none;
}

.r01gContainer .dataTables_wrapper .dataTables_paginate .paginate_button:active {
outline: none;
background: none;
border: none;
}

.r01gContainer .dataTables_wrapper .dataTables_paginate .ellipsis {
padding: 0 1em;
}
Expand Down Expand Up @@ -56589,6 +56572,13 @@
color: #FFFFFF;
}

.r01gContainer div.material-datepicker.ui-datepicker table.ui-datepicker-calendar td.ui-state-highlight,
.r01gContainer div.material-datepicker.ui-datepicker table.ui-datepicker-calendar td.ui-state-highlight > a {
background-color: #4caf50;
border: 0;
color: #FFFFFF;
}

.r01gContainer div.material-datepicker.ui-datepicker table.ui-datepicker-calendar td > a:hover {
background-color: #72aac8;
border: 0.1em solid #72aac8;
Expand Down
4 changes: 2 additions & 2 deletions x21aStatics/WebContent/4x/rup/portal/rup.min.css

Large diffs are not rendered by default.

0 comments on commit 23e628b

Please sign in to comment.