Merge branch 'master' into zoom-bug
This commit is contained in:
commit
189a0330d2
|
@ -104,7 +104,8 @@ gulp.task('safari', function() {
|
|||
gulp.task('firefox', function() {
|
||||
return es.merge(
|
||||
pipe('./icons/**/*', './tmp/firefox/data/icons'),
|
||||
pipe(['./tmp/inject.js', './tmp/inject.css', './src/firefox/**'], './tmp/firefox/data')
|
||||
pipe(['./tmp/inject.js', './tmp/inject.css', './src/firefox/**.js'], './tmp/firefox/data'),
|
||||
pipe('./src/firefox/package.json', './tmp/firefox')
|
||||
)
|
||||
})
|
||||
|
||||
|
|
|
@ -195,7 +195,7 @@ html, .header > .container, .repohead > .container, .site > .container {
|
|||
}
|
||||
}
|
||||
label {
|
||||
font-weight: normal;
|
||||
font-weight: normal !important;
|
||||
}
|
||||
input[type=text], textarea {
|
||||
width: 100%;
|
||||
|
@ -206,12 +206,12 @@ html, .header > .container, .repohead > .container, .site > .container {
|
|||
}
|
||||
|
||||
a.octotree_toggle, a.octotree_opts {
|
||||
position: absolute;
|
||||
position: absolute !important;
|
||||
text-align: center;
|
||||
line-height: 1;
|
||||
z-index: 999992;
|
||||
cursor: pointer;
|
||||
color: black;
|
||||
color: black !important;
|
||||
|
||||
& > span {
|
||||
line-height: 1;
|
||||
|
@ -219,7 +219,7 @@ a.octotree_toggle, a.octotree_opts {
|
|||
text-decoration: none;
|
||||
}
|
||||
&:hover, &.selected {
|
||||
color: #4183C4;
|
||||
color: #4183C4 !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue