mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 02:46:40 +02:00
Merged from HEAD:
Fixing ugly blue border around help icon during installation
This commit is contained in:
parent
2f6b6e9241
commit
8f83745255
1 changed files with 3 additions and 0 deletions
|
@ -1090,6 +1090,9 @@ function css_styles() {
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
}
|
}
|
||||||
a { text-decoration: none; color: blue; }
|
a { text-decoration: none; color: blue; }
|
||||||
|
a img {
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
.errormsg {
|
.errormsg {
|
||||||
color: red;
|
color: red;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue