Make background removal important

This commit is contained in:
seaweedchan 2013-08-18 01:53:02 -07:00
parent 5d763b44f1
commit b99bae6843
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -778,6 +778,7 @@ input#qr-filename {
padding: 0px 4px;
position: relative;
bottom: 1px;
background: none !important;
}
input#qr-filename:not(.edit) {
pointer-events: none;
@ -791,7 +792,6 @@ input#qr-filename:not(.edit) {
.has-file #qr-filename,
.has-file #qr-filesize {
display: inline-block;
background: none;
margin: 0 0 2px;
overflow: hidden;
text-overflow: ellipsis;