|
|
@ -15,18 +15,18 @@ |
|
|
|
|
|
|
|
/* select file button */ |
|
|
|
|
|
|
|
/* as this is not a real button, but functions as a button, |
|
|
|
it should be styled the same way as your other buttons, |
|
|
|
preferably in the same place, so just add '.qq-upload-button' to those styles */ |
|
|
|
.qq-upload-button { |
|
|
|
display: inline-block; |
|
|
|
border: 1px solid __border__; |
|
|
|
color: __text__; |
|
|
|
background: __background__ url(images/buttonshadow.png) repeat-x bottom; |
|
|
|
text-decoration: none; |
|
|
|
font-size: 100%; |
|
|
|
cursor: pointer; |
|
|
|
margin: 1px 1px 5px; |
|
|
|
padding: 0.125em 0.4em; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
* html .qq-upload-button, |
|
|
|
*+html .qq-upload-button { |
|
|
|
display: inline; |
|
|
|