Fix style for Safari
This commit is contained in:
parent
a193206e9f
commit
05a35eb5d0
|
@ -192,7 +192,7 @@ html, .header > .container, .repohead > .container, .site > .container {
|
|||
}
|
||||
}
|
||||
label {
|
||||
font-weight: normal;
|
||||
font-weight: normal !important;
|
||||
}
|
||||
input[type=text], textarea {
|
||||
width: 100%;
|
||||
|
@ -203,12 +203,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;
|
||||
|
@ -216,7 +216,7 @@ a.octotree_toggle, a.octotree_opts {
|
|||
text-decoration: none;
|
||||
}
|
||||
&:hover, &.selected {
|
||||
color: #4183C4;
|
||||
color: #4183C4 !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue