zmiany ux
This commit is contained in:
@ -99,7 +99,7 @@
|
||||
}
|
||||
|
||||
input[type="file"]::file-selector-button {
|
||||
background-color: #28a745; /* Zielony */
|
||||
background-color: #127429;
|
||||
color: #fff;
|
||||
border: none;
|
||||
padding: 0.5em 1em;
|
||||
@ -109,17 +109,5 @@
|
||||
transition: background 0.2s;
|
||||
}
|
||||
|
||||
input[type="file"]::file-selector-button:hover {
|
||||
background-color: #218838; /* Ciemniejszy zielony przy hover */
|
||||
color: #fff;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
input[type="file"]::file-selector-button:active {
|
||||
background-color: #1e7e34;
|
||||
color: #fff;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
</style>
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user