#1111 Upgrade MDL 1.3 (#1436)

This commit is contained in:
Maurizio Vitale
2017-01-11 15:30:36 +00:00
committed by Vito
parent 9e0536bca9
commit 82615c9110
2 changed files with 11 additions and 2 deletions

View File

@@ -41,6 +41,15 @@
left: auto; left: auto;
} }
.mdl-layout__header {
color: rgb(255, 255, 255);
background-color: rgb(31, 188, 210);
}
.mdl-layout__header-row .mdl-navigation__link {
color: rgb(255, 255, 255);
}
</style> </style>
</head> </head>
<!-- 3. Display the application --> <!-- 3. Display the application -->

File diff suppressed because one or more lines are too long