Added indication for when there is new news.

This commit is contained in:
Daniel Scalzi
2018-06-04 23:08:03 -04:00
parent 05fe516249
commit 08eb04775e
5 changed files with 133 additions and 18 deletions

View File

@@ -2136,6 +2136,17 @@ input:checked + .toggleSwitchSlider:before {
stroke: rgba(255, 255, 255, 0.75);
}
/* Icon which indicates there is new news. */
#newsButtonAlert {
width: 5px;
height: 5px;
position: absolute;
border-radius: 50%;
background: red;
right: -1px;
top: 50%;
}
/* Arrow image which floats above the news button. */
#newsButtonSVG {
height: 11px;