Fix a bug

This commit is contained in:
JackMyth 2020-05-03 21:13:07 +08:00
parent 004191d8aa
commit 1264f886ac
1 changed files with 5 additions and 0 deletions

View File

@ -296,18 +296,23 @@ html.client body.labs .responsive_page_content
background-color: #36373800;
}
.ClientUIControls div[class^="gamelistentry_Container"][class*="InstalledRemotely"],
.ClientUIControls div[class^="gamelistentry_Container"][class*="gamelistentry_Installed"],
.ClientUIControls div[class^="gamelistentry_Container"][class*="gamelistentry_Installed"]:hover
{
font-weight:bold;
color: black;
}
.ClientUIControls div[class^="gamelistentry_Container"][class*="InstalledRemotely"][class*="gamelistentry_HoverOverlay"],
.ClientUIControls div[class^="gamelistentry_Container"][class*="gamelistentry_Installed"][class*="gamelistentry_HoverOverlay"]
{
font-weight:bold;
color: lightgray;
}
.ClientUIControls div[class^="gamelistentry_Container"][class*="gamelistentry_Selected"][class*="InstalledRemotely"],
.ClientUIControls div[class^="gamelistentry_Container"][class*="gamelistentry_Selected"][class*="gamelistentry_Installed"]
{
font-weight:bold;