This commit is contained in:
Jordan Bates 2013-05-10 02:39:16 -07:00
parent 9c84cd379c
commit e0bb29e4a4
5 changed files with 6 additions and 4 deletions

View File

@ -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

View File

@ -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 {