mirror of
https://github.com/moodle/moodle.git
synced 2025-08-11 11:56:40 +02:00
Fixes bug MDL-6360 "Resizable image in breadcrumb trail..."
- files block_search_forums.php, calendar/lib.php, lang/en_utf8/access.php, weblib.php, theme/standard/config.php, styles_color.css
This commit is contained in:
parent
717cfb0a7b
commit
57100a9098
6 changed files with 91 additions and 30 deletions
|
@ -196,6 +196,10 @@ table.formtable tbody th {
|
|||
*** Header
|
||||
***/
|
||||
|
||||
.breadcrumb .sep {
|
||||
color:#aaa;
|
||||
}
|
||||
|
||||
.headerskip a:link,
|
||||
.headerskip a:visited,
|
||||
.headerskip a:hover {
|
||||
|
@ -957,4 +961,4 @@ body#mod-quiz-report table#attempts .r1 {
|
|||
#admin-roles-override .capcurrent {
|
||||
background-color:#FFFFFF;
|
||||
border: 1px solid #cecece;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue