Add number overlay style.

This commit is contained in:
franglais125
2017-06-07 12:44:11 -04:00
parent 393d91940f
commit 0fb0427a82
2 changed files with 8 additions and 4 deletions

View File

@@ -83,4 +83,10 @@
.showdesktop-button-hovered {
background-color: rgba(200, 200, 200, .4);
}
}
.number-overlay {
background-color: rgba(0,0,0,0.8);
color: rgba(256, 256, 256, 1);
text-align: center;
}