Dashboard template: Find an acceptable color combination to work around #693

master
Surma 2015-07-04 18:45:17 +01:00 committed by Addy Osmani
parent e569aef98a
commit 6c81d83f42
2 changed files with 3 additions and 6 deletions

View File

@ -15,8 +15,8 @@
*/
@import '../../src/_color-definitions.scss';
$color-primary: $palette-grey-50;
$color-primary-dark: $palette-blue-grey-900;
$color-primary: $palette-cyan-500;
$color-primary-dark: $palette-cyan-700;
$color-accent: $palette-cyan-600;
$color-primary-contrast: $color-dark-contrast;
$color-accent-contrast: $color-dark-contrast;

View File

@ -136,12 +136,9 @@ html, body {
.demo-options h3 {
margin: 0;
}
.demo-options .mdl-checkbox .mdl-checkbox__box-outline {
.demo-options .mdl-checkbox__box-outline {
border-color: rgba(255, 255, 255, 0.89);
}
.demo-options .mdl-checkbox.is-checked .mdl-checkbox__tick-outline {
background: rgba(255, 255, 255, 0.89);
}
.demo-options ul {
margin: 0;
list-style-type: none;