mirror of
https://github.com/moodle/moodle.git
synced 2025-04-07 17:33:18 +02:00
Merge branch 'MDL-64091-master' of git://github.com/mickhawkins/moodle
This commit is contained in:
commit
f4aa71be50
@ -14,8 +14,8 @@
|
||||
// For the white version of the icons, just add the .icon-white class:
|
||||
// <i class="icon-inbox icon-white"></i>
|
||||
|
||||
[class^="icon-"],
|
||||
[class*=" icon-"] {
|
||||
[class^="icon-"]:not([class^="icon-size-"]),
|
||||
[class*=" icon-"]:not([class*=" icon-size-"]) {
|
||||
display: inline-block;
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
|
@ -12,6 +12,7 @@ To update to the latest release of twitter bootstrap:
|
||||
* download the new less files and store them in less/bootstrap
|
||||
* Apply change in MDL-42195 (We don't want responsive images by default).
|
||||
* Apply change in MDL-48328 (We need to reset the width of the container directly, in ./less/bootstrap/navbar.less, using the calculated value found in ./less/bootstrap/mixin.less).
|
||||
* Apply change in MDL-64091 (We don't want icon-size-n classes to have the icon background image applied).
|
||||
* regenerate css files using grunt
|
||||
* update ./thirdpartylibs.xml
|
||||
|
||||
|
@ -774,8 +774,8 @@ table th[class*="span"],
|
||||
.table-hover tbody tr.info:hover > td {
|
||||
background-color: #c4e3f3;
|
||||
}
|
||||
[class^="icon-"],
|
||||
[class*=" icon-"] {
|
||||
[class^="icon-"]:not([class^="icon-size-"]),
|
||||
[class*=" icon-"]:not([class*=" icon-size-"]) {
|
||||
display: inline-block;
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
|
@ -12552,8 +12552,8 @@ table th[class*="span"],
|
||||
.table-hover tbody tr.info:hover > td {
|
||||
background-color: #c4e3f3;
|
||||
}
|
||||
[class^="icon-"],
|
||||
[class*=" icon-"] {
|
||||
[class^="icon-"]:not([class^="icon-size-"]),
|
||||
[class*=" icon-"]:not([class*=" icon-size-"]) {
|
||||
display: inline-block;
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user