Changed color of text in the ribbon

This commit is contained in:
gine 2017-04-03 15:25:57 +02:00
parent fd173da588
commit 61f7e79860
3 changed files with 8 additions and 6 deletions

BIN
assets/screenshot-1.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 161 KiB

View file

@ -3,7 +3,6 @@
font-weight: bolder; font-weight: bolder;
font-size: 1.4em; font-size: 1.4em;
width: 200px; width: 200px;
background: #FFF;
text-align: center; text-align: center;
line-height: 50px; line-height: 50px;
letter-spacing: 1px; letter-spacing: 1px;
@ -20,11 +19,14 @@
z-index:9999; z-index:9999;
} }
.admin-bar .ilovexm24_content { .ilovexm24_link,
top: 57px; .ilovexm24_link:hover {
color: #000;
} }
.ilovexm24_link:hover, .ilovexm24_link .love,
.ilovexm24_link { .ilovexm24_link:hover .love {
color: #FF0000; color: #FF0000;
} }

View file

@ -43,7 +43,7 @@ class Xm24_Ribbon {
public function getHtmlRibbon() { public function getHtmlRibbon() {
$xm24_url = 'http://www.ecn.org/xm24'; $xm24_url = 'http://www.ecn.org/xm24';
$xm24_text = 'I&#9829;XM24'; $xm24_text = 'I <span class="love">&#9829;</span> XM24';
$xm24_title = 'Solidarietà ad Xm24 a rischio di sgombero!'; $xm24_title = 'Solidarietà ad Xm24 a rischio di sgombero!';
$ribbon = '<div class="ilovexm24_content">'. $ribbon = '<div class="ilovexm24_content">'.