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