More colour scheme tweaks.

Tweaked text colour in game menu, sort apply button text colour,
hyperlink text colour and underline-on-hover.
This commit is contained in:
Oliver Hamlet
2014-12-20 12:59:01 +00:00
parent 573d4ff561
commit 32c634882b
2 changed files with 17 additions and 13 deletions
+9 -11
View File
@@ -11,26 +11,24 @@
}
/* These overrides change the colour of the game menu's text and underline. */
#gameMenu::shadow > paper-dropdown-menu {
#gameMenu::shadow > paper-dropdown-menu,
#gameMenu::shadow > paper-dropdown-menu::shadow #arrow {
border-bottom-color: #64B5F6;
}
#gameMenu[disabled]::shadow > paper-dropdown-menu {
border-bottom-color: rgba(100, 181, 246, 0.26);
}
#gameMenu::shadow > paper-dropdown-menu::shadow #label {
color: white;
}
#gameMenu::shadow > paper-dropdown-menu::shadow #arrow {
color: #64B5F6;
}
#gameMenu[disabled]::shadow > paper-dropdown-menu::shadow #label {
color: rgba(255, 255, 255, 0.3);
}
#gameMenu[disabled]::shadow > paper-dropdown-menu::shadow #arrow {
color: rgba(100, 181, 246, 0.26);
}
#gameMenu {
color: black;
color: rgba(0, 0, 0, 0.87);
}
#gameMenu::shadow > paper-dropdown-menu::shadow #label {
color: white;
}
#gameMenu[disabled]::shadow > paper-dropdown-menu::shadow #label {
color: rgba(255, 255, 255, 0.3);
}
/* This makes sidebar items smaller. */
+8 -2
View File
@@ -202,7 +202,7 @@ td input {
top: -4px;
}
#applySortButton {
color: #4285f4;
color: #64B5F6;
background-color: white;
}
input:invalid {
@@ -223,7 +223,13 @@ paper-progress {
#firstRun .tag {
margin: 0;
}
a {
color: #64B5F6;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
/* This animates the drawer toggle appearing in narrow view. */
#drawerToggle {