Merge branch 'ent-9662-Restyling-fuentes-colores-botones' of brutus.artica.es:artica/pandorafms into ent-9662-Restyling-fuentes-colores-botones

This commit is contained in:
Jonathan 2023-02-16 16:35:24 +01:00
commit 6c73ffddb3
2 changed files with 5 additions and 5 deletions

View File

@ -10762,8 +10762,8 @@ tr.bring_next_field {
.fixed_action_buttons {
position: fixed;
padding: 0px;
bottom: 8px;
padding: 0;
bottom: 0;
z-index: 1;
width: -webkit-fill-available;
width: -moz-available;
@ -10793,8 +10793,8 @@ tr.bring_next_field {
width: -moz-available;
position: absolute;
left: 0;
top: 0;
height: 58px;
top: -8px;
border: 1px solid #e5e9ed;
background-color: #fff;
/*z-index: 10000;*/

View File

@ -476,7 +476,7 @@ a.pandora_pagination.current:hover {
.section_table_title {
flex: 0 1 auto;
font-size: 11pt;
font-size: 15px;
color: #14524f;
font-family: "Pandora-Bold";
margin: 4px 0 7px;
@ -489,7 +489,7 @@ a.pandora_pagination.current:hover {
height: 3px;
background-color: #14524f;
margin-top: -4px;
box-shadow: inset 1px 1px 1px 1px #1d7873;
/*box-shadow: inset 1px 1px 1px 1px #1d7873;*/
}
.cron_section {