mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 13:02:07 +02:00
MDL-32321 theme_formal_white: added autolink and adminwarning.maturityinfo.maturity* classes
This commit is contained in:
parent
e16e2300c5
commit
27912e600b
@ -47,6 +47,12 @@ textarea {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#page-admin-index .adminwarning.maturityinfo.maturity50,
|
||||
#page-admin-index .adminwarning.maturityinfo.maturity100,
|
||||
#page-admin-index .adminwarning.maturityinfo.maturity150 {
|
||||
background-color: #C2E3C2;
|
||||
}
|
||||
|
||||
.dir-rtl .loginbox .loginform .form-label {
|
||||
float: none;
|
||||
width: 100%;
|
||||
|
@ -14,6 +14,8 @@ a:link {text-decoration:none;color:black;}
|
||||
a:visited {text-decoration:none;color:black;}
|
||||
a:hover {text-decoration:underline;color:black;}
|
||||
|
||||
a.autolink {text-decoration:underline;}
|
||||
|
||||
h1 {font-size:140%;font-weight:bold;}
|
||||
h2 {font-size:130%;}
|
||||
h3 {font-size:120%;}
|
||||
|
Loading…
x
Reference in New Issue
Block a user