CSS v11
This commit is contained in:
parent
1f76186e1a
commit
af9d34efca
@ -69,6 +69,13 @@ else header('Cache-Control: no-cache');
|
|||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
div.mainmenu.mymodule::before {
|
||||||
|
content: "\f249";
|
||||||
|
}
|
||||||
|
div.mainmenu.mymodule {
|
||||||
|
background-image: none;
|
||||||
|
}
|
||||||
|
|
||||||
.myclasscss {
|
.myclasscss {
|
||||||
/* ... */
|
/* ... */
|
||||||
}
|
}
|
||||||
|
|||||||
@ -126,3 +126,19 @@ div.mainmenu.tools::before {
|
|||||||
div.mainmenu.website::before {
|
div.mainmenu.website::before {
|
||||||
content: "\f542";
|
content: "\f542";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.mainmenu.generic1::before {
|
||||||
|
content: "\f249";
|
||||||
|
}
|
||||||
|
|
||||||
|
div.mainmenu.generic2::before {
|
||||||
|
content: "\f249";
|
||||||
|
}
|
||||||
|
|
||||||
|
div.mainmenu.generic3::before {
|
||||||
|
content: "\f249";
|
||||||
|
}
|
||||||
|
|
||||||
|
div.mainmenu.generic4::before {
|
||||||
|
content: "\f249";
|
||||||
|
}
|
||||||
|
|||||||
@ -15,3 +15,30 @@
|
|||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
color: #<?php echo $colortextbackhmenu; ?>;
|
color: #<?php echo $colortextbackhmenu; ?>;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
div.mainmenu.ticket::before {
|
||||||
|
content: "\f3ff";
|
||||||
|
}
|
||||||
|
div.mainmenu.ticket {
|
||||||
|
background-image: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
div.mainmenu.generic1::before {
|
||||||
|
content: "\f249";
|
||||||
|
}
|
||||||
|
|
||||||
|
div.mainmenu.generic2::before {
|
||||||
|
content: "\f249";
|
||||||
|
}
|
||||||
|
|
||||||
|
div.mainmenu.generic3::before {
|
||||||
|
content: "\f249";
|
||||||
|
}
|
||||||
|
|
||||||
|
div.mainmenu.generic4::before {
|
||||||
|
content: "\f249";
|
||||||
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user