Added back the ie fixes from before
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
html, body {
|
||||
hktml, body {
|
||||
background: rgb(250,250,250);
|
||||
font-family: $sans-serif;
|
||||
font-size: 1em;
|
||||
font-style: normal;
|
||||
line-height: 1em;
|
||||
//-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
|
||||
@@ -130,6 +130,13 @@ header.global {
|
||||
background: #000;
|
||||
}
|
||||
|
||||
.modal .inner-wrapper form label {
|
||||
display: block;
|
||||
nav.course-material ol.course-tabs li a.active, nav.course-material .xmodule_SequenceModule nav.sequence-nav ol.course-tabs li a.seq_video.active, .xmodule_SequenceModule nav.sequence-nav nav.course-material ol.course-tabs li a.seq_video.active {
|
||||
background-color: #333;
|
||||
background-color: rgba(0, 0, 0, .4);
|
||||
}
|
||||
|
||||
header.global ol.user > li.primary a.dropdown {
|
||||
padding-top: 6px;
|
||||
padding-bottom: 6px;
|
||||
}
|
||||
|
||||
|
||||
@@ -110,6 +110,7 @@ footer {
|
||||
padding: 0;
|
||||
|
||||
a {
|
||||
@include inline-block;
|
||||
opacity: 0.3;
|
||||
@include transition(all, 0.1s, linear);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user