Commit edf4873fe7a514226999fb2f0c256037e0a30d33

Authored by Simiao Carvalho
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 151 font-size: 14px;
152 152 line-height: 20px;
153 153 }
154   -
  154 +
155 155 .highlights-popover span {
156 156 font-weight: bold;
157 157 border-bottom: 1px dotted #FFFFFF;
... ... @@ -163,12 +163,18 @@
163 163 #content .highlights-popover a:link {
164 164 font-weight: bold;
165 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 172 padding: 8px 15px;
168 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 178 font-family: "FontAwesome";
173 179 content: "\f067";
174 180 vertical-align: middle;
... ...