PM-2390 "[Enterprise][Community] Login:..." SOLVED
> Code Isuue: [Enterprise][Community] Login: Despues de realizar la instalacion, muestra una ventana con un header sin estilo > Solution: Se agrega estilo al header de la ventana de bienvenida a ProcessMaker.
This commit is contained in:
@@ -22,6 +22,18 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
|
.panel_title___processmaker {
|
||||||
|
background: #3D9DE4 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.panel_close___processmaker {
|
||||||
|
background: url("/skins/neoclassic/images/icons_silk/calendar_x_button.png") no-repeat center right;
|
||||||
|
}
|
||||||
|
|
||||||
|
.panel_content___processmaker {
|
||||||
|
border-width: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
body, table {
|
body, table {
|
||||||
font-family: tahoma,arial,verdana,sans-serif;
|
font-family: tahoma,arial,verdana,sans-serif;
|
||||||
}
|
}
|
||||||
@@ -129,4 +141,3 @@ var saveConfig = function()
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user