Skip to content

Commit

Permalink
fix: Fix (permanent) Link farbe im Footer
Browse files Browse the repository at this point in the history
  • Loading branch information
iFadi committed Feb 13, 2024
1 parent 63a7611 commit c35b796
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
3 changes: 3 additions & 0 deletions StudIP-ILIAS-Style.css
Original file line number Diff line number Diff line change
Expand Up @@ -20028,6 +20028,9 @@ footer {
.il-maincontrols-footer .il-footer-content div {
display: inline-block;
}
.il-maincontrols-footer .il-footer-content div a {
color: white;
}
.il-maincontrols-footer .il-footer-links ul {
list-style: none;
padding: 0px;
Expand Down
3 changes: 3 additions & 0 deletions less/footer.less
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ footer{

.il-footer-content div {
display: inline-block;
a {
color: @il-footer-link-button-color; //** controls the color of the text in the footer.
}
}

.il-footer-links {
Expand Down
3 changes: 2 additions & 1 deletion studip-ilias-variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
@il-footer-padding:0px 0 0px 5px;
//** controls the height of the footer.
@il-footer-height: 32px;
@il-footer-link-button-color: white;
@il-footer-link-button-color: white; // Custom Footer Link Color variable


//== Glyphicons Path Fix
//
Expand Down
2 changes: 1 addition & 1 deletion template.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<template xmlns="http://www.w3.org" version="$20240211-142459$" name="StudIP-ILIAS Skin">
<template xmlns="http://www.w3.org" version="$20240213-130607$" name="StudIP-ILIAS Skin">
<style id="StudIP-ILIAS-Style" name="StudIP-ILIAS Style" image_directory="images"/>
</template>

Expand Down

0 comments on commit c35b796

Please sign in to comment.