Add dark theme for hover bookmark

This commit is contained in:
clarkerubber 2014-11-21 02:08:51 +11:00
parent 9e0da67068
commit 89cb8238de

View file

@ -385,6 +385,9 @@ body.dark div.user_show div.user-infos.scroll-shadow-hard {
background-size: 100% 20px, 100% 20px, 100% 10px, 100% 10px;
background-attachment: local, local, scroll, scroll;
}
body.dark div.side_box div.game_infos .bookmark {
background: radial-gradient(ellipse at center, rgba(38, 38, 38, 1) 0%, rgba(38, 38, 38, 1) 25%, rgba(38, 38, 38, 0) 100%);
}
body.dark div.game_row:hover {
background: rgba(27, 51, 68, 0.5);
}