Add background colour to poster blur

This commit is contained in:
JonnyWong16 2017-12-13 22:34:12 -08:00
parent 36e604dc91
commit 7c825f72aa

View file

@ -676,6 +676,7 @@ a .users-poster-face:hover {
z-index: -1;
}
.dashboard-activity-poster-container {
background-color: #282828;
height: 225px;
width: 150px;
margin-right: 5px;
@ -698,6 +699,7 @@ a .users-poster-face:hover {
z-index: 2;
}
.dashboard-activity-poster-blur {
background-color: #282828;
background-position: center;
background-size: cover;
height: 225px;
@ -706,7 +708,7 @@ a .users-poster-face:hover {
transition: background .2s ease-in-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
opacity: 0.50;
opacity: 0.60;
-webkit-filter: blur(3px);
-moz-filter: blur(3px);
filter: blur(3px);
@ -1074,6 +1076,7 @@ a .dashboard-activity-metadata-user-thumb:hover {
opacity: 1;
}
.dashboard-stats-poster-container {
background-color: #282828;
height: 150px;
width: 100px;
margin-right: 5px;
@ -1098,6 +1101,7 @@ a .dashboard-activity-metadata-user-thumb:hover {
z-index: 2;
}
.dashboard-stats-poster-blur {
background-color: #282828;
background-position: center;
background-size: cover;
height: 150px;
@ -1106,7 +1110,7 @@ a .dashboard-activity-metadata-user-thumb:hover {
transition: background .2s ease-in-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
opacity: 0.50;
opacity: 0.60;
-webkit-filter: blur(3px);
-moz-filter: blur(3px);
filter: blur(3px);