Fix css
This commit is contained in:
parent
a75629e8e9
commit
d872beb499
@ -3484,7 +3484,7 @@ div.warning {
|
||||
background: #fcf8e3;
|
||||
}
|
||||
div.warning a, div.info a, div.error a {
|
||||
color: rgb(<?php echo $colortext; ?>);
|
||||
color: rgb(<?php echo $colortextlink; ?>);
|
||||
}
|
||||
|
||||
/* Error message */
|
||||
|
||||
@ -3399,7 +3399,7 @@ div.warning {
|
||||
background: #fcf8e3;
|
||||
}
|
||||
div.warning a, div.info a, div.error a {
|
||||
color: rgb(<?php echo $colortext; ?>);
|
||||
color: rgb(<?php echo $colortextlink; ?>);
|
||||
}
|
||||
|
||||
/* Error message */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user