Changed color of text in the ribbon
This commit is contained in:
parent
fd173da588
commit
61f7e79860
3 changed files with 8 additions and 6 deletions
BIN
assets/screenshot-1.jpg
Normal file
BIN
assets/screenshot-1.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 161 KiB |
|
@ -3,7 +3,6 @@
|
|||
font-weight: bolder;
|
||||
font-size: 1.4em;
|
||||
width: 200px;
|
||||
background: #FFF;
|
||||
text-align: center;
|
||||
line-height: 50px;
|
||||
letter-spacing: 1px;
|
||||
|
@ -20,11 +19,14 @@
|
|||
z-index:9999;
|
||||
}
|
||||
|
||||
.admin-bar .ilovexm24_content {
|
||||
top: 57px;
|
||||
.ilovexm24_link,
|
||||
.ilovexm24_link:hover {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.ilovexm24_link:hover,
|
||||
.ilovexm24_link {
|
||||
.ilovexm24_link .love,
|
||||
.ilovexm24_link:hover .love {
|
||||
color: #FF0000;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -43,7 +43,7 @@ class Xm24_Ribbon {
|
|||
|
||||
public function getHtmlRibbon() {
|
||||
$xm24_url = 'http://www.ecn.org/xm24';
|
||||
$xm24_text = 'I♥XM24';
|
||||
$xm24_text = 'I <span class="love">♥</span> XM24';
|
||||
$xm24_title = 'Solidarietà ad Xm24 a rischio di sgombero!';
|
||||
|
||||
$ribbon = '<div class="ilovexm24_content">'.
|
||||
|
|
Loading…
Reference in a new issue