mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
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:
@@ -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. */
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user