Fix #52
This commit is contained in:
parent
9c84cd379c
commit
e0bb29e4a4
@ -7,6 +7,7 @@ MayhemYDG:
|
||||
seaweedchan:
|
||||
- Turn all brackets into pseudo-elements. Brackets can be changed by overwriting the `content` of `.fourchanx-link::before` (`[`) and `.fourchanx-link::after` (`]`), or removed entirely with ease.
|
||||
- Note: This does not change the default brackets around `toggle-all` in the custom navigation. These are up to the user.
|
||||
- Fix file input in Opera
|
||||
|
||||
### 1.1.18 - 2013-05-09
|
||||
seaweedchan:
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -754,7 +754,8 @@ input.field.tripped:not(:hover):not(:focus) {
|
||||
height: 23px;
|
||||
}
|
||||
#qr input[type=file] {
|
||||
display: none;
|
||||
visibility: hidden;
|
||||
position: absolute;
|
||||
}
|
||||
/* Thread Select / Spoiler Label */
|
||||
#qr select {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user