Browse Source
".field-email span" selector was too broad and affecting profile details page, fixed.
pull/405/head
Pēteris Caune
4 years ago
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2
1 changed files with
1 additions and
1 deletions
-
static/css/admin/profiles.css
|
@ -8,7 +8,7 @@ |
|
|
list-style-type: none; |
|
|
list-style-type: none; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.field-email span { |
|
|
|
|
|
|
|
|
td.field-email span { |
|
|
border-bottom: 2px solid #FFEB3B; |
|
|
border-bottom: 2px solid #FFEB3B; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|