fix buggered contact photos
This commit is contained in:
@@ -2439,6 +2439,17 @@ aside input[type='text'] {
|
||||
margin-top: -4px;
|
||||
}
|
||||
|
||||
.nav-dropdown-indicator {
|
||||
opacity: 0.5;
|
||||
filter:alpha(opacity=50);
|
||||
}
|
||||
|
||||
.nav-dropdown-indicator:hover {
|
||||
opacity: 1.0;
|
||||
filter:alpha(opacity=100);
|
||||
}
|
||||
|
||||
|
||||
.location-label, .gender-label, .marital-label, .homepage-label {
|
||||
float: left;
|
||||
text-align: right;
|
||||
|
||||
Reference in New Issue
Block a user