mirror of
https://github.com/rmontanana/inventario2.git
synced 2025-08-17 08:25:57 +00:00
ref #3 Cambio colores de fondo. El de el área principal no funciona.
This commit is contained in:
@@ -37,7 +37,7 @@ body {
|
|||||||
padding: 20px;
|
padding: 20px;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
|
overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
|
||||||
background-color: #f5f5f5;
|
background-color: #C4FAEC;/*#f5f5f5;*/
|
||||||
border-right: 1px solid #eee;
|
border-right: 1px solid #eee;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -69,6 +69,8 @@ body {
|
|||||||
.main {
|
.main {
|
||||||
padding-right: 40px;
|
padding-right: 40px;
|
||||||
padding-left: 40px;
|
padding-left: 40px;
|
||||||
|
background-color: F3FEC8;
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.main .page-header {
|
.main .page-header {
|
||||||
|
Reference in New Issue
Block a user