Styling change
This commit is contained in:
parent
dd302fade4
commit
c63321625d
2
LICENSE
2
LICENSE
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* 4chan X - Version 1.1.11 - 2013-05-05
|
||||
* 4chan X - Version 1.1.11 - 2013-05-06
|
||||
*
|
||||
* Licensed under the MIT license.
|
||||
* https://github.com/seaweedchan/4chan-x/blob/master/LICENSE
|
||||
|
||||
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
@ -681,6 +681,9 @@ input.field.tripped:not(:hover):not(:focus) {
|
||||
width: 25%;
|
||||
vertical-align: top;
|
||||
}
|
||||
:root.webkit #qr [type='submit'] {
|
||||
height: 24px;
|
||||
}
|
||||
/* Fake File Input */
|
||||
#qr-filename,
|
||||
.has-file #qr-no-file {
|
||||
@ -823,6 +826,9 @@ a:only-of-type > .remove {
|
||||
.textarea {
|
||||
position: relative;
|
||||
}
|
||||
:root.webkit .textarea {
|
||||
margin-bottom: -2px;
|
||||
}
|
||||
#char-count {
|
||||
color: #000;
|
||||
background: hsla(0, 0%, 100%, .5);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user