Commit edf4873fe7a514226999fb2f0c256037e0a30d33
1 parent
58a74bee
Exists in
pkg_fixes
Specifies css rule in highlight block popover link
Signed-off-by: Simiao Carvalho <simiaosimis@gmail.com> Signed-off-by: Thiago Ribeiro <thiagitosouza@gmail.com>
Showing
1 changed file
with
9 additions
and
3 deletions
Show diff stats
css/popover.css
@@ -151,7 +151,7 @@ | @@ -151,7 +151,7 @@ | ||
151 | font-size: 14px; | 151 | font-size: 14px; |
152 | line-height: 20px; | 152 | line-height: 20px; |
153 | } | 153 | } |
154 | - | 154 | + |
155 | .highlights-popover span { | 155 | .highlights-popover span { |
156 | font-weight: bold; | 156 | font-weight: bold; |
157 | border-bottom: 1px dotted #FFFFFF; | 157 | border-bottom: 1px dotted #FFFFFF; |
@@ -163,12 +163,18 @@ | @@ -163,12 +163,18 @@ | ||
163 | #content .highlights-popover a:link { | 163 | #content .highlights-popover a:link { |
164 | font-weight: bold; | 164 | font-weight: bold; |
165 | color: #FFFFFF; | 165 | color: #FFFFFF; |
166 | - display: block; | 166 | +} |
167 | + | ||
168 | +#content .highlights-popover .see-all a, | ||
169 | +#content .highlights-popover .see-all a:visited, | ||
170 | +#content .highlights-popover .see-all a:hover, | ||
171 | +#content .highlights-popover .see-all a:link { | ||
167 | padding: 8px 15px; | 172 | padding: 8px 15px; |
168 | border-top: 1px dotted rgba(255,255,255,0.1); | 173 | border-top: 1px dotted rgba(255,255,255,0.1); |
174 | + display: block; | ||
169 | } | 175 | } |
170 | 176 | ||
171 | -.highlights-popover a:before { | 177 | +.highlights-popover .see-all a:before { |
172 | font-family: "FontAwesome"; | 178 | font-family: "FontAwesome"; |
173 | content: "\f067"; | 179 | content: "\f067"; |
174 | vertical-align: middle; | 180 | vertical-align: middle; |