Modification de l'input pour envoyer des fichiers, histoire de comprendre qu'il faut cliquer là.
This commit is contained in:
parent
6a083b5a00
commit
f5e295b5a7
1 changed files with 14 additions and 0 deletions
|
@ -21,6 +21,20 @@
|
||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
margin: 1px 1px 5px;
|
margin: 1px 1px 5px;
|
||||||
|
color: @ini_neutraldark;
|
||||||
|
background-color: @ini_neutral4;
|
||||||
|
border: outset @ini_neutral4;
|
||||||
|
padding: 0.1em 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.qq-upload-button:hover {
|
||||||
|
border-color: @ini_neutraldark;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
.qq-upload-button:active {
|
||||||
|
color: @ini_neutral4;
|
||||||
|
background-color: @ini_neutraldark;
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.qq-upload-button-focus {
|
.qq-upload-button-focus {
|
||||||
|
|
Loading…
Reference in a new issue